fix: typo in invoice customize drawer

This commit is contained in:
Ahmed Bouhuolia
2024-09-17 19:18:22 +02:00
parent 5f40d50852
commit 34e781b4a2
5 changed files with 14 additions and 13 deletions

View File

@@ -43,9 +43,10 @@ export class SaleEstimatesPdf {
}
/**
*
* @param {number} tenantId
* @param {number} estimateId
* Retrieves the given estimate branding attributes.
* @param {number} tenantId - Tenant id.
* @param {number} estimateId - Estimate id.
* @returns {Promise<EstimatePdfBrandingAttributes>}
*/
async getEstimateBrandingAttributes(
tenantId: number,