Added Tasks to KH
This commit is contained in:
@@ -21,8 +21,10 @@ class Model_Product extends ORMOSB {
|
||||
'sku'=>'asc',
|
||||
);
|
||||
|
||||
protected $_display_format = array(
|
||||
'price_type'=>array('StaticList_PriceType::display'=>array()),
|
||||
protected $_display_filters = array(
|
||||
'price_type'=>array(
|
||||
array('StaticList_PriceType::display',array(':value')),
|
||||
),
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -43,7 +45,7 @@ class Model_Product extends ORMOSB {
|
||||
/**
|
||||
* Return the object of the product plugin
|
||||
*/
|
||||
private function plugin() {
|
||||
public function plugin() {
|
||||
if (! $this->prod_plugin_file)
|
||||
return NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user