diff --git a/modules/customer-invoices/src/api/application/use-cases/report/reporter/templates/customer-invoice/template.hbs b/modules/customer-invoices/src/api/application/use-cases/report/reporter/templates/customer-invoice/template.hbs index a8a3b756..c4f9ff1f 100644 --- a/modules/customer-invoices/src/api/application/use-cases/report/reporter/templates/customer-invoice/template.hbs +++ b/modules/customer-invoices/src/api/application/use-cases/report/reporter/templates/customer-invoice/template.hbs @@ -175,7 +175,7 @@ {{description}} {{#if quantity}}{{quantity}}{{else}} {{/if}} {{#if unit_amount}}{{unit_amount}}{{else}} {{/if}} - {{#if total_amount}}{{total_amount}}{{else}} {{/if}} + {{#if taxable_amount}}{{taxable_amount}}{{else}} {{/if}} {{/each}}