Added invoice reminder details and other misc fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user