Many updates as a result of updating lnapp; added SSL service order

This commit is contained in:
Deon George
2016-06-05 22:33:12 +10:00
parent 44769e3de7
commit 0c7fe830a3
25 changed files with 384 additions and 268 deletions

View File

@@ -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
*/