Added invoice reminder details and other misc fixes

This commit is contained in:
Deon George
2013-10-29 10:41:14 +11:00
parent c347032497
commit 1407da5e01
8 changed files with 58 additions and 11 deletions

View File

@@ -26,5 +26,9 @@ class Model_Email_Template extends ORM_OSB {
array('StaticList_YesNo::get',array(':value')),
),
);
public function name() {
return ! is_null($this->description) ? $this->description : $this->name;
}
}
?>