mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
v5.7.38
This commit is contained in:
parent
09fecdbfa6
commit
c26beffb8b
@ -1046,8 +1046,6 @@ class PdfBuilder
|
|||||||
|
|
||||||
$variables = $this->service->config->pdf_variables['total_columns'];
|
$variables = $this->service->config->pdf_variables['total_columns'];
|
||||||
|
|
||||||
nlog($variables);
|
|
||||||
|
|
||||||
$elements = [
|
$elements = [
|
||||||
['element' => 'div', 'properties' => ['style' => 'display: flex; flex-direction: column;'], 'elements' => [
|
['element' => 'div', 'properties' => ['style' => 'display: flex; flex-direction: column;'], 'elements' => [
|
||||||
['element' => 'p', 'content' => strtr(str_replace(["labels", "values"], ["",""], $_variables['values']['$entity.public_notes']), $_variables), 'properties' => ['data-ref' => 'total_table-public_notes', 'style' => 'text-align: left;']],
|
['element' => 'p', 'content' => strtr(str_replace(["labels", "values"], ["",""], $_variables['values']['$entity.public_notes']), $_variables), 'properties' => ['data-ref' => 'total_table-public_notes', 'style' => 'text-align: left;']],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user