Working on HOST SERVER and improvements to ORMOSB
This commit is contained in:
@@ -46,14 +46,6 @@ class Model_Product extends ORMOSB {
|
||||
'price_group',
|
||||
);
|
||||
|
||||
public function rules() {
|
||||
return array_merge(parent::rules(),array(
|
||||
'price_group'=>array(
|
||||
array('ORMOSB::serialize_array',array(':model',':field',':value')),
|
||||
),
|
||||
));
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the object of the product plugin
|
||||
*/
|
||||
|
Reference in New Issue
Block a user