Misc fixes from live

This commit is contained in:
Deon George
2015-09-29 11:54:45 +10:00
parent df74512105
commit 425ea9ff10
10 changed files with 80 additions and 35 deletions

View File

@@ -19,6 +19,10 @@ class Model_Charge extends ORM_OSB implements Invoicable {
'invoice_item'=>array('far_key'=>'id'),
);
protected $_compress_column = array(
'attributes',
);
protected $_nullifempty = array(
'attributes',
);