mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
remove info()
This commit is contained in:
parent
53525dc93f
commit
0f62c6c2f2
@ -377,8 +377,6 @@ class Design extends BaseDesign
|
||||
// $task.cost => $task.rate
|
||||
// $task.quantity => $task.hours
|
||||
|
||||
info($row);
|
||||
|
||||
if ($cell == '$task.rate') {
|
||||
$element['elements'][] = ['element' => 'td', 'content' => $row['$task.cost']];
|
||||
} elseif ($cell == '$task.hours') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user