From 90a2fa2f4a2e3e8f6ee52a3273feffc5290c9101 Mon Sep 17 00:00:00 2001 From: wumo Date: Mon, 19 Mar 2018 16:57:25 +0800 Subject: [PATCH] * Add the product line in batchedit page. --- module/product/view/batchedit.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/product/view/batchedit.html.php b/module/product/view/batchedit.html.php index 062a90b4f3..8fbbf58909 100755 --- a/module/product/view/batchedit.html.php +++ b/module/product/view/batchedit.html.php @@ -33,7 +33,7 @@ foreach(explode(',', $showFields) as $field) idAB;?> product->name;?> product->code;?> - product->line;?> + product->line;?> '>product->PO;?> '>product->QD;?> '>product->RD;?> @@ -43,8 +43,8 @@ foreach(explode(',', $showFields) as $field) product->order;?> - + name, "class='form-control' autocomplete='off'");?> code, "class='form-control' autocomplete='off'");?> @@ -58,7 +58,7 @@ foreach(explode(',', $showFields) as $field) order, "class='form-control' autocomplete='off'");?> - + createLink('custom', 'ajaxSaveCustomFields', 'module=product§ion=custom&key=batchEditFields')?>