Merge branch 'master' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-production
This commit is contained in:
commit
410a08b1fb
|
@ -591,6 +591,7 @@ export class TransactionService {
|
|||
|
||||
let costInventory = product_price.price;
|
||||
|
||||
if (hitSupplier.harga != undefined) {
|
||||
if (hitSupplier.harga != product_price.price) {
|
||||
console.log("priceupdate1supplier", hitSupplier.harga)
|
||||
console.log("priceupdate1normal", product_price.price)
|
||||
|
@ -618,7 +619,7 @@ export class TransactionService {
|
|||
product_price = newProductPrice;
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
try {
|
||||
//TRANSACTION DATA
|
||||
await this.connection.transaction(async (manager) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user