- push logs auto update price elang
This commit is contained in:
parent
78da6bae13
commit
1ae7966861
|
@ -592,6 +592,8 @@ export class TransactionService {
|
||||||
let costInventory = product_price.price;
|
let costInventory = product_price.price;
|
||||||
|
|
||||||
if (hitSupplier.harga != product_price.price) {
|
if (hitSupplier.harga != product_price.price) {
|
||||||
|
console.log("priceupdate1supplier", hitSupplier.harga)
|
||||||
|
console.log("priceupdate1normal", product_price.price)
|
||||||
product_price.endDate = new Date();
|
product_price.endDate = new Date();
|
||||||
costInventory = hitSupplier.harga;
|
costInventory = hitSupplier.harga;
|
||||||
const listActivePrice =
|
const listActivePrice =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user