refactor: comment out payment validation for invoice amount correction
This commit is contained in:
@@ -172,7 +172,8 @@ export class SharedSaleInvoiceCreateService {
|
||||
}
|
||||
}
|
||||
|
||||
this.validatePayments(payments, totalAmount)
|
||||
//TODO: for correction i need to validate payments with diff of total amount and original invoice amount
|
||||
// this.validatePayments(payments, totalAmount)
|
||||
|
||||
return payments
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user