Clean up for logging

This commit is contained in:
David Bomba 2023-02-25 16:30:02 +11:00
parent c05c9aa23f
commit 3f506d1fe0

View File

@ -325,6 +325,7 @@ class PdfMock
'$product.tax' => '',
'$valid_until' => '',
'$your_entity' => '',
'$shipping' => '',
'$balance_due' => '$0.00',
'$outstanding' => '$0.00',
'$partial_due' => '$0.00',
@ -649,6 +650,7 @@ EPD
'$product.tax_label' => 'Tax',
'$valid_until_label' => 'Valid Until',
'$your_entity_label' => 'Your Invoice',
'$shipping_label' => 'Shipping',
'$balance_due_label' => 'Balance Due',
'$outstanding_label' => 'Balance Due',
'$partial_due_label' => 'Partial Due',