mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clean up for logging
This commit is contained in:
parent
3f506d1fe0
commit
c5c0dc6db9
@ -163,7 +163,7 @@ class PdfMock
|
||||
'$client.public_notes' => ' ',
|
||||
'$company.postal_code' => $this->settings->postal_code,
|
||||
'$client.billing_city' => 'Aufderharchester',
|
||||
'$secondary_font_name' => 'Roboto',
|
||||
'$secondary_font_name' => $this->settings->primary_font,
|
||||
'$product.line_total' => '',
|
||||
'$product.tax_amount' => '',
|
||||
'$company.vat_number' => $this->settings->vat_number,
|
||||
@ -173,7 +173,7 @@ class PdfMock
|
||||
'$contact.first_name' => 'Benedict',
|
||||
'$secondary_font_url' => 'https://fonts.googleapis.com/css2?family=Roboto&display=swap',
|
||||
'$contact.signature' => '',
|
||||
'$company_logo_size' => $this->settings->company_logo_size ?: 55,
|
||||
'$company_logo_size' => $this->settings->company_logo_size ?: '65%',
|
||||
'$product.tax_name1' => '',
|
||||
'$product.tax_name2' => '',
|
||||
'$product.tax_name3' => '',
|
||||
@ -222,7 +222,7 @@ class PdfMock
|
||||
'$task.line_total' => '',
|
||||
'$line_tax_labels' => '',
|
||||
'$line_tax_values' => '',
|
||||
'$secondary_color' => '#7081e0',
|
||||
'$secondary_color' => $this->settings->secondary_color,
|
||||
'$invoice.balance' => '$0.00',
|
||||
'$invoice.custom1' => ' ',
|
||||
'$invoice.custom2' => ' ',
|
||||
@ -276,7 +276,7 @@ class PdfMock
|
||||
'$entity_images' => '',
|
||||
'$task.discount' => '',
|
||||
'$contact.email' => '',
|
||||
'$primary_color' => '#298AAB',
|
||||
'$primary_color' => $this->settings->primary_color,
|
||||
'$credit_amount' => '$0.00',
|
||||
'$invoice.total' => '$0.00',
|
||||
'$invoice.taxes' => '$0.00',
|
||||
|
Loading…
x
Reference in New Issue
Block a user