fix: invoice pdf document

This commit is contained in:
Ahmed Bouhuolia
2023-11-30 13:49:43 +02:00
parent 5a958cc9fa
commit 30b5f8120a
5 changed files with 26 additions and 11 deletions

View File

@@ -21,6 +21,9 @@ export class CommandSaleInvoiceValidators {
/**
* Validate whether sale invoice number unqiue on the storage.
* @param {number} tenantId -
* @param {string} invoiceNumber -
* @param {number} notInvoiceId -
*/
public async validateInvoiceNumberUnique(
tenantId: number,