// Fix #PSFV-48
This commit is contained in:
@@ -95,7 +95,7 @@ class CombinationCore extends ObjectModel
|
||||
|
||||
public function getFields()
|
||||
{
|
||||
parent::validateFields();
|
||||
$this->validateFields();
|
||||
$fields['id_product'] = (int)($this->id_product);
|
||||
$fields['reference'] = pSQL($this->reference);
|
||||
$fields['supplier_reference'] = pSQL($this->supplier_reference);
|
||||
|
||||
Reference in New Issue
Block a user