diff --git a/module/product/control.php b/module/product/control.php index 099549b3a9..e67e58c5ce 100644 --- a/module/product/control.php +++ b/module/product/control.php @@ -333,6 +333,7 @@ class product extends control $this->view->title = $this->lang->product->batchEdit; $this->view->position[] = $this->lang->product->batchEdit; + $this->view->lines = array('') + $this->tree->getLinePairs(); $this->view->productIDList = $productIDList; $this->view->products = $products; $this->view->poUsers = $this->loadModel('user')->getPairs('nodeleted|pofirst', $appendPoUsers); diff --git a/module/product/view/batchedit.html.php b/module/product/view/batchedit.html.php index 2feb7dce8c..062a90b4f3 100755 --- a/module/product/view/batchedit.html.php +++ b/module/product/view/batchedit.html.php @@ -33,6 +33,7 @@ foreach(explode(',', $showFields) as $field) idAB;?> product->name;?> product->code;?> + product->line;?> '>product->PO;?> '>product->QD;?> '>product->RD;?> @@ -47,6 +48,7 @@ foreach(explode(',', $showFields) as $field) name, "class='form-control' autocomplete='off'");?> code, "class='form-control' autocomplete='off'");?> + ' style='overflow:visible'>line, "class='form-control chosen'");?> ' style='overflow:visible'>PO, "class='form-control chosen'");?> ' style='overflow:visible'>QD, "class='form-control chosen'");?> ' style='overflow:visible'>RD, "class='form-control chosen'");?>