mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 06:54:34 -04:00
Support for .description
This commit is contained in:
parent
eb9e1c07e6
commit
3112efcded
@ -367,7 +367,7 @@ class Design extends BaseDesign
|
|||||||
$element['elements'][] = ['element' => 'td', 'content' => $row['$task.cost']];
|
$element['elements'][] = ['element' => 'td', 'content' => $row['$task.cost']];
|
||||||
} else if ($cell == '$task.hours') {
|
} else if ($cell == '$task.hours') {
|
||||||
$element['elements'][] = ['element' => 'td', 'content' => $row['$task.quantity']];
|
$element['elements'][] = ['element' => 'td', 'content' => $row['$task.quantity']];
|
||||||
} else if ($cell == '$task.notes') {
|
} else if ($cell == '$task.description') {
|
||||||
$_element = ['element' => 'td', 'content' => '', 'elements' => [
|
$_element = ['element' => 'td', 'content' => '', 'elements' => [
|
||||||
['element' => 'span', 'content' => $row[$cell]],
|
['element' => 'span', 'content' => $row[$cell]],
|
||||||
]];
|
]];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user