Update to statements and other minor items
This commit is contained in:
@@ -36,6 +36,9 @@ class Model_Invoice extends ORM_OSB implements Cartable {
|
||||
'status'=>array(
|
||||
array('StaticList_YesNo::get',array(':value',TRUE)),
|
||||
),
|
||||
'void'=>array(
|
||||
array('StaticList_YesNo::get',array(':value',TRUE)),
|
||||
),
|
||||
);
|
||||
|
||||
// Items belonging to an invoice
|
||||
|
Reference in New Issue
Block a user