Merge branch 'ticket-12658-fixBug'
This commit is contained in:
commit
dcb5543f5a
@ -40,7 +40,8 @@ class AdminBulkUpdate extends AdminTab {
|
||||
INSERT INTO `'._DB_PREFIX_.'product_customs` VALUES (
|
||||
'.(int) $line[0].',
|
||||
"'.pSQL($line[1]).'",
|
||||
"'.pSQL($line[2]).'"
|
||||
"'.pSQL($line[2]).'",
|
||||
0
|
||||
)
|
||||
');
|
||||
}
|
||||
@ -2255,7 +2256,7 @@ class AdminBulkUpdate extends AdminTab {
|
||||
'type' => 'radio2',
|
||||
'label' => $this->l('Action'),
|
||||
'label-class' => 'text-left',
|
||||
'name' => 'custom_process',
|
||||
'name' => 'customs_process',
|
||||
'options' => array(
|
||||
array(
|
||||
'value' => 0,
|
||||
|
Loading…
Reference in New Issue
Block a user