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