Fixes from live
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
*/
|
||||
class Model_Checkout extends ORM_OSB {
|
||||
protected $_has_many = array(
|
||||
'account'=>array('through'=>'account_billing','foreign_key'=>'checkout_id'),
|
||||
'payment'=>array(),
|
||||
'service'=>array('through'=>'account_billing','foreign_key'=>'checkout_id'),
|
||||
);
|
||||
|
||||
protected $_sorting = array('name'=>'ASC');
|
||||
|
Reference in New Issue
Block a user