Updates to invoice display
This commit is contained in:
@@ -23,6 +23,10 @@ class Model_Invoice extends ORMOSB {
|
||||
'payment'=>array('through'=>'payment_item'),
|
||||
);
|
||||
|
||||
protected $_sorting = array(
|
||||
'id'=>'DESC',
|
||||
);
|
||||
|
||||
/**
|
||||
* @var array Filters to render values properly
|
||||
*/
|
||||
|
Reference in New Issue
Block a user