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)