Merge branch 'ticket-12658-fixBug'

This commit is contained in:
Marion Muszynski 2017-02-27 11:19:13 +01:00
commit dcb5543f5a

View File

@ -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,