remove info()
This commit is contained in:
parent
53525dc93f
commit
0f62c6c2f2
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue