[-] BO: Fix #PSCFV-7377 customizable fields on product duplication

This commit is contained in:
Rémi Gaillard
2013-01-23 16:07:53 +01:00
parent a48d2668d3
commit c8ecf3d604
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3567,7 +3567,7 @@ class ProductCore extends ObjectModel
if (isset($customizations['labels']))
{
$query = 'INSERT INTO `'._DB_PREFIX_.'` (`id_customization_field`, `id_lang`, `name`) VALUES ';
$query = 'INSERT INTO `'._DB_PREFIX_.'customization_field_lang` (`id_customization_field`, `id_lang`, `name`) VALUES ';
$data = array();
foreach ($customizations['labels'][$old_customization_field_id] as $customization_label)
$data = array(