Updates to invoice display

This commit is contained in:
Deon George
2011-08-02 16:20:11 +10:00
parent c8c4c5176d
commit 41eec89afa
11 changed files with 137 additions and 11 deletions

View File

@@ -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
*/