More work on invoice
This commit is contained in:
@@ -33,18 +33,9 @@ class Model_Invoice extends ORM_OSB implements Cartable {
|
||||
'due_date'=>array(
|
||||
array('Config::date',array(':value')),
|
||||
),
|
||||
'billed_amt'=>array(
|
||||
array('Currency::display',array(':value')),
|
||||
),
|
||||
'credit_amt'=>array(
|
||||
array('Currency::display',array(':value')),
|
||||
),
|
||||
'status'=>array(
|
||||
array('StaticList_YesNo::display',array(':value')),
|
||||
),
|
||||
'total_amt'=>array(
|
||||
array('Currency::display',array(':value')),
|
||||
),
|
||||
);
|
||||
|
||||
// Items belonging to an invoice
|
||||
|
Reference in New Issue
Block a user