master
parent
480b1d100c
commit
c4a3fcd3cd
|
@ -29,7 +29,6 @@ function calculatePrice(objProduct) {
|
|||
}
|
||||
|
||||
function createProductElement(objProduct) {
|
||||
console.log(objProduct);
|
||||
calculatePrice(objProduct);
|
||||
let elementProduct = `
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue