feat/adjustment-report #96
|
@ -20,6 +20,7 @@ export class BatchConfirmReconciliationManager extends BaseBatchUpdateStatusMana
|
|||
status: STATUS.SETTLED,
|
||||
reconciliation_status: this.dataStatus,
|
||||
payment_code: await generateInvoiceCodeHelper(this.dataService, 'PMY'),
|
||||
payment_date_bank: data.payment_date_bank ?? new Date(),
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -31,6 +31,7 @@ export class ConfirmReconciliationManager extends BaseUpdateStatusManager<Transa
|
|||
this.dataStatus === STATUS.CONFIRMED
|
||||
? this.data.payment_date
|
||||
: this.data.settlement_date,
|
||||
payment_date_bank: this.data.payment_date_bank ?? new Date(),
|
||||
});
|
||||
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue