Merge branch 'development' into 'devops-staging'
fix: confirm deposit return See merge request empatnusabangsa/ppob/ppob-backend!53
This commit is contained in:
commit
142467761d
|
@ -451,8 +451,8 @@ export class TransactionService {
|
|||
);
|
||||
|
||||
const coaAP = await this.coaService.findByUserWithRelated(
|
||||
userData.userId,
|
||||
transactionData.user_destination,
|
||||
userData.userId,
|
||||
coaType.ACCOUNT_PAYABLE,
|
||||
);
|
||||
|
||||
|
@ -462,8 +462,8 @@ export class TransactionService {
|
|||
);
|
||||
|
||||
const coaAR = await this.coaService.findByUserWithRelated(
|
||||
userData.userId,
|
||||
transactionData.user_destination,
|
||||
userData.userId,
|
||||
coaType.ACCOUNT_RECEIVABLE,
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user