Many updates as a result of updating lnapp; added SSL service order
This commit is contained in:
@@ -39,6 +39,12 @@ class Model_Product_Category extends ORM_OSB {
|
||||
return $x->loaded() ? $x->display('description') : 'No Description';
|
||||
}
|
||||
|
||||
public function name() {
|
||||
$x = $this->translate();
|
||||
|
||||
return $x->loaded() ? $x->display('name') : 'No Name';
|
||||
}
|
||||
|
||||
/**
|
||||
* List all the products belonging to this cateogry
|
||||
*/
|
||||
|
Reference in New Issue
Block a user