Reply To: VAT/taxes not showing

#452
altaphista
Participant

@ the taxes, I just discovered after some debugging that the var $invoice.gross isn’t set/doesn’t exist in template.tpl on row 207:
Export::getData() - templatePath[templates/invoices/mycompany/template.tpl]

my sollution:
{($invoice.total - $invoice.total_tax)|siLocal_number}

  • This reply was modified 4 years, 10 months ago by altaphista.