// Removed useless option "billing according to the default behavior" in the carrier wizard and carrier options

This commit is contained in:
Damien Metzger
2013-07-17 11:20:58 +02:00
parent 67ec90fae9
commit ee038c868c
3 changed files with 25 additions and 21 deletions
@@ -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,