Merge branch 'devops-staging' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend
This commit is contained in:
commit
1f91072f3e
|
@ -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