mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat(homepage): content.
fix(saleInvoice): invoice number error in edit.
This commit is contained in:
@@ -399,7 +399,7 @@ export default class SaleInvoicesService implements ISalesInvoicesService {
|
||||
if (saleInvoiceObj.invoiceNo) {
|
||||
await this.validateInvoiceNumberUnique(
|
||||
tenantId,
|
||||
saleInvoiceDTO.invoiceNo,
|
||||
saleInvoiceObj.invoiceNo,
|
||||
saleInvoiceId
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user