mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:44:29 -04:00
Update date/total labels in entity details table
This commit is contained in:
parent
2a11fa994b
commit
e568076ad0
@ -609,7 +609,7 @@ class PdfMock
|
||||
'$entity_issued_to_label' => ctrans("texts.{$this->entity_string}_issued_to"),
|
||||
'$partial_due_date_label' => ctrans('texts.partial_due_date'),
|
||||
'$invoice.datetime_label' => ctrans('texts.datetime_format_id'),
|
||||
'$invoice.due_date_label' => ctrans('texts.due_date'),
|
||||
'$invoice.due_date_label' => ctrans('texts.invoice_due_date'),
|
||||
'$company.address1_label' => ctrans('texts.address1'),
|
||||
'$company.address2_label' => ctrans('texts.address2'),
|
||||
'$total_tax_labels_label' => ctrans('texts.total_taxes'),
|
||||
@ -704,16 +704,16 @@ class PdfMock
|
||||
'$contact.email_label' => ctrans('texts.email'),
|
||||
'$invoice.taxes_label' => ctrans('texts.taxes'),
|
||||
'$credit_amount_label' => ctrans('texts.credit_amount'),
|
||||
'$invoice.total_label' => ctrans('texts.total'),
|
||||
'$invoice.total_label' => ctrans('texts.invoice_total'),
|
||||
'$product.date_label' => ctrans('texts.date'),
|
||||
'$product.item_label' => ctrans('texts.item'),
|
||||
'$public_notes_label' => ctrans('texts.public_notes'),
|
||||
'$entity.terms_label' => ctrans('texts.terms'),
|
||||
'$task.service_label' => ctrans('texts.service'),
|
||||
'$portalButton_label' => '',
|
||||
'$payment.date_label' => ctrans('texts.date'),
|
||||
'$payment.date_label' => ctrans('texts.payment_date'),
|
||||
'$client.phone_label' => ctrans('texts.phone'),
|
||||
'$invoice.date_label' => ctrans('texts.date'),
|
||||
'$invoice.date_label' => ctrans('texts.invoice_date'),
|
||||
'$client.state_label' => ctrans('texts.state'),
|
||||
'$number_short_label' => '',
|
||||
'$quote.number_label' => ctrans('texts.number'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user