Fix export accounting, added Domain List

This commit is contained in:
Deon George
2014-01-07 23:29:18 +11:00
parent 82c51de550
commit 3cbf48721b
7 changed files with 76 additions and 44 deletions

View File

@@ -58,6 +58,9 @@ class Model_Service extends ORM_OSB {
'recur_schedule'=>array(
array('StaticList_RecurSchedule::get',array(':value')),
),
'suspend_billing'=>array(
array('StaticList_YesNo::get',array(':value',TRUE)),
),
'status'=>array(
array('StaticList_YesNo::get',array(':value',TRUE)),
),