commit
8e98e506f0
@ -83,6 +83,16 @@ class ProductCombination
|
||||
*/
|
||||
public $variation_ref_ext = '';
|
||||
|
||||
/**
|
||||
* @var string error
|
||||
*/
|
||||
public $error;
|
||||
|
||||
/**
|
||||
* @var string[] array of errors
|
||||
*/
|
||||
public $errors = array();
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
@ -1043,6 +1053,16 @@ class ProductCombinationLevel
|
||||
*/
|
||||
public $variation_price_percentage = false;
|
||||
|
||||
/**
|
||||
* @var string error
|
||||
*/
|
||||
public $error;
|
||||
|
||||
/**
|
||||
* @var string[] array of errors
|
||||
*/
|
||||
public $errors = array();
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
@ -1114,7 +1134,7 @@ class ProductCombinationLevel
|
||||
/**
|
||||
* Assign vars form an stdclass like sql obj
|
||||
*
|
||||
* @param int $obj Object resultset
|
||||
* @param Object $obj Object resultset
|
||||
* @return int <0 KO, >0 OK
|
||||
*/
|
||||
public function fetchFormObj($obj)
|
||||
|
||||
@ -52,6 +52,16 @@ class ProductCombination2ValuePair
|
||||
*/
|
||||
public $fk_prod_attr_val;
|
||||
|
||||
/**
|
||||
* @var string error
|
||||
*/
|
||||
public $error;
|
||||
|
||||
/**
|
||||
* @var string[] array of errors
|
||||
*/
|
||||
public $errors = array();
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user