// Removed useless option "billing according to the default behavior" in the carrier wizard and carrier options
This commit is contained in:
@@ -271,11 +271,6 @@ class AdminCarrierWizardControllerCore extends AdminController
|
||||
'class' => 't',
|
||||
'br' => true,
|
||||
'values' => array(
|
||||
array(
|
||||
'id' => 'billing_default',
|
||||
'value' => Carrier::SHIPPING_METHOD_DEFAULT,
|
||||
'label' => $this->l('Default behavior')
|
||||
),
|
||||
array(
|
||||
'id' => 'billing_price',
|
||||
'value' => Carrier::SHIPPING_METHOD_PRICE,
|
||||
|
||||
Reference in New Issue
Block a user