Updated for new lnApp
This commit is contained in:
@@ -28,10 +28,10 @@ class Model_Invoice extends ORM_OSB implements Cartable {
|
||||
|
||||
protected $_display_filters = array(
|
||||
'date_orig'=>array(
|
||||
array('Config::date',array(':value')),
|
||||
array('Site::Date',array(':value')),
|
||||
),
|
||||
'due_date'=>array(
|
||||
array('Config::date',array(':value')),
|
||||
array('Site::Date',array(':value')),
|
||||
),
|
||||
'status'=>array(
|
||||
array('StaticList_YesNo::get',array(':value',TRUE)),
|
||||
@@ -46,6 +46,10 @@ class Model_Invoice extends ORM_OSB implements Cartable {
|
||||
'invoice_item'=>'service_id,item_type,date_start,date_stop',
|
||||
);
|
||||
|
||||
protected $_compress_column = array(
|
||||
'reminders',
|
||||
);
|
||||
|
||||
private $_render = array();
|
||||
|
||||
// Our required Interface Methods
|
||||
|
Reference in New Issue
Block a user