Clean up for logging

This commit is contained in:
David Bomba 2023-02-25 16:34:08 +11:00
parent 3f506d1fe0
commit c5c0dc6db9

View File

@ -163,7 +163,7 @@ class PdfMock
'$client.public_notes' => ' ', '$client.public_notes' => ' ',
'$company.postal_code' => $this->settings->postal_code, '$company.postal_code' => $this->settings->postal_code,
'$client.billing_city' => 'Aufderharchester', '$client.billing_city' => 'Aufderharchester',
'$secondary_font_name' => 'Roboto', '$secondary_font_name' => $this->settings->primary_font,
'$product.line_total' => '', '$product.line_total' => '',
'$product.tax_amount' => '', '$product.tax_amount' => '',
'$company.vat_number' => $this->settings->vat_number, '$company.vat_number' => $this->settings->vat_number,
@ -173,7 +173,7 @@ class PdfMock
'$contact.first_name' => 'Benedict', '$contact.first_name' => 'Benedict',
'$secondary_font_url' => 'https://fonts.googleapis.com/css2?family=Roboto&display=swap', '$secondary_font_url' => 'https://fonts.googleapis.com/css2?family=Roboto&display=swap',
'$contact.signature' => '', '$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_name1' => '',
'$product.tax_name2' => '', '$product.tax_name2' => '',
'$product.tax_name3' => '', '$product.tax_name3' => '',
@ -222,7 +222,7 @@ class PdfMock
'$task.line_total' => '', '$task.line_total' => '',
'$line_tax_labels' => '', '$line_tax_labels' => '',
'$line_tax_values' => '', '$line_tax_values' => '',
'$secondary_color' => '#7081e0', '$secondary_color' => $this->settings->secondary_color,
'$invoice.balance' => '$0.00', '$invoice.balance' => '$0.00',
'$invoice.custom1' => ' ', '$invoice.custom1' => ' ',
'$invoice.custom2' => ' ', '$invoice.custom2' => ' ',
@ -276,7 +276,7 @@ class PdfMock
'$entity_images' => '', '$entity_images' => '',
'$task.discount' => '', '$task.discount' => '',
'$contact.email' => '', '$contact.email' => '',
'$primary_color' => '#298AAB', '$primary_color' => $this->settings->primary_color,
'$credit_amount' => '$0.00', '$credit_amount' => '$0.00',
'$invoice.total' => '$0.00', '$invoice.total' => '$0.00',
'$invoice.taxes' => '$0.00', '$invoice.taxes' => '$0.00',