mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: advanced payments
This commit is contained in:
@@ -78,10 +78,10 @@ export class CreatePaymentReceive {
|
||||
paymentReceiveDTO.entries
|
||||
);
|
||||
// Validate invoice payment amount.
|
||||
await this.validators.validateInvoicesPaymentsAmount(
|
||||
tenantId,
|
||||
paymentReceiveDTO.entries
|
||||
);
|
||||
// await this.validators.validateInvoicesPaymentsAmount(
|
||||
// tenantId,
|
||||
// paymentReceiveDTO.entries
|
||||
// );
|
||||
// Validates the payment account currency code.
|
||||
this.validators.validatePaymentAccountCurrency(
|
||||
depositAccount.currencyCode,
|
||||
|
||||
Reference in New Issue
Block a user