Support for .description
This commit is contained in:
parent
eb9e1c07e6
commit
3112efcded
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ class Design extends BaseDesign
|
|||
$element['elements'][] = ['element' => 'td', 'content' => $row['$task.cost']];
|
||||
} else if ($cell == '$task.hours') {
|
||||
$element['elements'][] = ['element' => 'td', 'content' => $row['$task.quantity']];
|
||||
} else if ($cell == '$task.notes') {
|
||||
} else if ($cell == '$task.description') {
|
||||
$_element = ['element' => 'td', 'content' => '', 'elements' => [
|
||||
['element' => 'span', 'content' => $row[$cell]],
|
||||
]];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue