mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add stubs for shipping address
This commit is contained in:
parent
dda074c0e9
commit
4ca0731728
@ -383,7 +383,7 @@ class PdfMock
|
|||||||
'$product.tax' => '',
|
'$product.tax' => '',
|
||||||
'$valid_until' => '',
|
'$valid_until' => '',
|
||||||
'$your_entity' => '',
|
'$your_entity' => '',
|
||||||
'$shipping' => '',
|
'$shipping' => ctrans('texts.shipping_address'),
|
||||||
'$balance_due' => '$0.00',
|
'$balance_due' => '$0.00',
|
||||||
'$outstanding' => '$0.00',
|
'$outstanding' => '$0.00',
|
||||||
'$partial_due' => '$0.00',
|
'$partial_due' => '$0.00',
|
||||||
@ -739,7 +739,7 @@ class PdfMock
|
|||||||
'$font_name_label' => '',
|
'$font_name_label' => '',
|
||||||
'$auto_bill_label' => ctrans('texts.auto_bill'),
|
'$auto_bill_label' => ctrans('texts.auto_bill'),
|
||||||
'$payments_label' => ctrans('texts.payments'),
|
'$payments_label' => ctrans('texts.payments'),
|
||||||
'$shipping_label' => '',
|
'$shipping_label' => ctrans('texts.shipping_address'),
|
||||||
'$task.tax_label' => ctrans('texts.tax'),
|
'$task.tax_label' => ctrans('texts.tax'),
|
||||||
'$viewLink_label' => ctrans('texts.link'),
|
'$viewLink_label' => ctrans('texts.link'),
|
||||||
'$company1_label' => ctrans('texts.company1'),
|
'$company1_label' => ctrans('texts.company1'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user