Removed the need for price_base/price_setup in products table
This commit is contained in:
@@ -26,10 +26,6 @@ class Model_Product extends ORM_OSB {
|
||||
);
|
||||
|
||||
protected $_display_filters = array(
|
||||
'price_base'=>array(
|
||||
array('Tax::add',array(':value')),
|
||||
array('Currency::display',array(':value')),
|
||||
),
|
||||
'price_type'=>array(
|
||||
array('StaticList_PriceType::display',array(':value')),
|
||||
),
|
||||
|
Reference in New Issue
Block a user