mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-17 02:04:37 -04:00
Minor fixes for Mocks
This commit is contained in:
parent
64624afff1
commit
f601b19fd0
@ -1382,9 +1382,9 @@ class PdfMock
|
|||||||
'$email' => '',
|
'$email' => '',
|
||||||
'$terms' => '',
|
'$terms' => '',
|
||||||
'$notes' => null,
|
'$notes' => null,
|
||||||
'_rate1' => '',
|
'$tax_rate1' => '',
|
||||||
'_rate2' => '',
|
'$tax_rate2' => '',
|
||||||
'_rate3' => '',
|
'$tax_rate3' => '',
|
||||||
'$total' => '$10,256.40',
|
'$total' => '$10,256.40',
|
||||||
'$taxes' => '$488.40',
|
'$taxes' => '$488.40',
|
||||||
'$phone' => ' ',
|
'$phone' => ' ',
|
||||||
@ -1601,9 +1601,9 @@ class PdfMock
|
|||||||
'$email_label' => ctrans('texts.email'),
|
'$email_label' => ctrans('texts.email'),
|
||||||
'$terms_label' => ctrans('texts.terms'),
|
'$terms_label' => ctrans('texts.terms'),
|
||||||
'$notes_label' => ctrans('texts.notes'),
|
'$notes_label' => ctrans('texts.notes'),
|
||||||
'tax_rate1_label' => ctrans('texts.tax_rate1'),
|
'$tax_rate1_label' => ctrans('texts.tax_rate1'),
|
||||||
'tax_rate2_label' => ctrans('texts.tax_rate2'),
|
'$tax_rate2_label' => ctrans('texts.tax_rate2'),
|
||||||
'tax_rate3_label' => ctrans('texts.tax_rate3'),
|
'$tax_rate3_label' => ctrans('texts.tax_rate3'),
|
||||||
'$total_label' => ctrans('texts.total'),
|
'$total_label' => ctrans('texts.total'),
|
||||||
'$taxes_label' => ctrans('texts.taxes'),
|
'$taxes_label' => ctrans('texts.taxes'),
|
||||||
'$phone_label' => ctrans('texts.phone'),
|
'$phone_label' => ctrans('texts.phone'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user