vhost init...2
This commit is contained in:
parent
7d8a207297
commit
1f1d3c1c67
@ -55,7 +55,7 @@ class BillingModel extends BaseModel
|
||||
$options = $this->_order_options;
|
||||
break;
|
||||
default:
|
||||
return parent::getFieldFormOption($field);
|
||||
$options = parent::getFieldFormOption($field);
|
||||
break;
|
||||
}
|
||||
if (!is_array($options)) {
|
||||
|
||||
@ -64,7 +64,7 @@ class OrderModel extends BaseModel
|
||||
$options = $this->_product_options;
|
||||
break;
|
||||
default:
|
||||
return parent::getFieldFormOption($field);
|
||||
$options = parent::getFieldFormOption($field);
|
||||
break;
|
||||
}
|
||||
if (!is_array($options)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user