mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-15 11:34:39 -04:00
wip
This commit is contained in:
parent
c4e85bc2bd
commit
a593ecc48d
@ -305,6 +305,7 @@ class Design extends BaseDesign
|
|||||||
// Some of column can be aliased. This is simple workaround for these.
|
// Some of column can be aliased. This is simple workaround for these.
|
||||||
$aliases = [
|
$aliases = [
|
||||||
'$product.product_key' => '$product.item',
|
'$product.product_key' => '$product.item',
|
||||||
|
'$task.product_key' => '$task.service',
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($this->context['pdf_variables']["{$type}_columns"] as $column) {
|
foreach ($this->context['pdf_variables']["{$type}_columns"] as $column) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user