Misc change on costings controller
This commit is contained in:
parent
b8866b4d03
commit
834a7d233a
|
|
@ -39,7 +39,7 @@ class CostingsController extends AppController {
|
||||||
|
|
||||||
$this->set('type', 'line_item');
|
$this->set('type', 'line_item');
|
||||||
$this->set('line_item', $line_item);
|
$this->set('line_item', $line_item);
|
||||||
die(print_r($line_item));
|
//die(print_r($line_item));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue