Theme work with focusbusiness and baseadmin
Improvements to NAVBAR, updates to StaticList methods, other minor items Enable product category rendering and other minor improvements Added ADSL-large category price plan
This commit is contained in:
@@ -35,7 +35,7 @@ class Model_Service_Change extends ORM_OSB {
|
||||
$output = array();
|
||||
|
||||
foreach ($this->find_all() as $sco) {
|
||||
array_push($output,sprintf('%s %s',$sco->product->name(),$sco->display('date_effective')));
|
||||
array_push($output,sprintf('%s %s',$sco->product->title(),$sco->display('date_effective')));
|
||||
}
|
||||
|
||||
} else {
|
||||
|
@@ -32,7 +32,7 @@ abstract class Model_Service_Plugin extends ORM_OSB {
|
||||
* Show our service name as defined in the DB with product suffix.
|
||||
*/
|
||||
public function service_name() {
|
||||
return sprintf('%s - %s',$this->service->product->name(),$this->name());
|
||||
return sprintf('%s - %s',$this->service->product->title(),$this->name());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user