fix: check bill
This commit is contained in:
parent
52839223e6
commit
137ca8e6f3
|
@ -814,20 +814,20 @@ export class TransactionService {
|
||||||
})
|
})
|
||||||
.join('');
|
.join('');
|
||||||
|
|
||||||
// let hitSupplier = await doTransaction(
|
|
||||||
// 'CEK' + orderTransactionDto.productCode.slice(3),
|
|
||||||
// orderTransactionDto.destination,
|
|
||||||
// trxId,
|
|
||||||
// supplier,
|
|
||||||
// );
|
|
||||||
|
|
||||||
let hitSupplier = await doTransaction(
|
let hitSupplier = await doTransaction(
|
||||||
'CEKXL1',
|
'CEK' + orderTransactionDto.productCode.slice(3),
|
||||||
orderTransactionDto.destination,
|
orderTransactionDto.destination,
|
||||||
trxId,
|
trxId,
|
||||||
supplier,
|
supplier,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// let hitSupplier = await doTransaction(
|
||||||
|
// 'CEKXL1',
|
||||||
|
// orderTransactionDto.destination,
|
||||||
|
// trxId,
|
||||||
|
// supplier,
|
||||||
|
// );
|
||||||
|
|
||||||
return hitSupplier;
|
return hitSupplier;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user