Fix job order switch service bug
This commit is contained in:
parent
021a6df352
commit
165e59e1a1
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ class JobOrderController extends BaseController
|
||||||
->setLandmark($req->request->get('landmark'));
|
->setLandmark($req->request->get('landmark'));
|
||||||
|
|
||||||
// did they change invoice?
|
// did they change invoice?
|
||||||
$invoice_items = $req->request->get('invoice_items');
|
$invoice_items = $req->request->get('invoice_items', []);
|
||||||
$invoice_change = $req->request->get('invoice_change', 0);
|
$invoice_change = $req->request->get('invoice_change', 0);
|
||||||
if ($invoice_change)
|
if ($invoice_change)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue