This commit is contained in:
Fadli 2022-08-21 01:44:30 +07:00
commit 1f91072f3e

View File

@ -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 =