Updated for new lnApp
This commit is contained in:
@@ -36,10 +36,10 @@ class Model_Charge extends ORM_OSB implements Invoicable {
|
||||
array('Currency::display',array(':value')),
|
||||
),
|
||||
'date_orig'=>array(
|
||||
array('Config::date',array(':value')),
|
||||
array('Site::Date',array(':value')),
|
||||
),
|
||||
'date_charge'=>array(
|
||||
array('Config::date',array(':value')),
|
||||
array('Site::Date',array(':value')),
|
||||
),
|
||||
'processed'=>array(
|
||||
array('StaticList_YesNo::get',array(':value',TRUE)),
|
||||
|
Reference in New Issue
Block a user