mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 01:24:36 -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.cost => $task.rate
|
||||||
// $task.quantity => $task.hours
|
// $task.quantity => $task.hours
|
||||||
|
|
||||||
info($row);
|
|
||||||
|
|
||||||
if ($cell == '$task.rate') {
|
if ($cell == '$task.rate') {
|
||||||
$element['elements'][] = ['element' => 'td', 'content' => $row['$task.cost']];
|
$element['elements'][] = ['element' => 'td', 'content' => $row['$task.cost']];
|
||||||
} elseif ($cell == '$task.hours') {
|
} elseif ($cell == '$task.hours') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user