fix: manual journal listing api.

This commit is contained in:
a.bouhuolia
2021-01-03 20:00:32 +02:00
parent ccf4fa55d9
commit 15460d13b1
4 changed files with 24 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ import {
IPaymentReceiveEntryDTO,
IPaymentReceivesFilter,
ISaleInvoice,
ISystemService,
ISystemUser,
} from 'interfaces';
import AccountsService from 'services/Accounts/AccountsService';
@@ -481,6 +482,7 @@ export default class PaymentReceiveService {
public async getPaymentReceive(
tenantId: number,
paymentReceiveId: number,
authorizedUser: ISystemService
): Promise<{
paymentReceive: IPaymentReceive;
receivableInvoices: ISaleInvoice[];