Updated for new lnApp
This commit is contained in:
@@ -18,12 +18,16 @@ class Model_Service_Memo extends ORM_OSB {
|
||||
'account'=>array('foreign_key'=>'id'),
|
||||
);
|
||||
|
||||
protected $_compress_column = array(
|
||||
'memo',
|
||||
);
|
||||
|
||||
/**
|
||||
* Filters used to format the display of values into friendlier values
|
||||
*/
|
||||
protected $_display_filters = array(
|
||||
'date_orig'=>array(
|
||||
array('Config::datetime',array(':value')),
|
||||
array('Site::Datetime',array(':value')),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user