Merge branch 'development' into 'devops-staging'

fixing: callback transaction

See merge request empatnusabangsa/ppob/ppob-backend!168
This commit is contained in:
ilham dwi pratama 2022-05-21 12:41:27 +00:00
commit 3e4a0f825a

View File

@ -481,7 +481,7 @@ export class TransactionService {
`${coaType[coaType.SALES]}-SYSTEM`,
);
if (orderTransactionDto.bill_trx_id !== null) {
if (orderTransactionDto.bill_trx_id) {
try {
const billId = await this.checkBillHistoryRepository.findOneOrFail({
where: {