Added Tasks to KH

This commit is contained in:
Deon George
2011-08-16 12:27:19 +10:00
parent f272bc254d
commit 4c9b214ff7
53 changed files with 773 additions and 170 deletions

View File

@@ -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;