Show inactive services on account page
This commit is contained in:
@@ -46,6 +46,12 @@ class Model_Service extends ORM_OSB {
|
||||
* Filters used to format the display of values into friendlier values
|
||||
*/
|
||||
protected $_display_filters = array(
|
||||
'date_start'=>array(
|
||||
array('Config::date',array(':value')),
|
||||
),
|
||||
'date_end'=>array(
|
||||
array('Config::date',array(':value')),
|
||||
),
|
||||
'date_last_invoice'=>array(
|
||||
array('Config::date',array(':value')),
|
||||
),
|
||||
|
Reference in New Issue
Block a user