refactor: comment out payment validation for invoice amount correction

This commit is contained in:
2026-06-17 10:03:09 +03:30
parent 839f6de691
commit 9bf294a1f3
@@ -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
}