[*] BO: Add an option to choose to not import the behavior of taxes displaying for the groups in localization pack import

This commit is contained in:
Rémi Gaillard
2013-10-23 18:22:53 +02:00
parent b38073ad72
commit e1887425fa
3 changed files with 13 additions and 2 deletions

View File

@@ -236,6 +236,11 @@ class AdminLocalizationControllerCore extends AdminController
'id' => 'units',
'val' => 'units',
'name' => $this->l('Units (e.g. weight, volume, distance)')
),
array(
'id' => 'groups',
'val' => 'groups',
'name' => $this->l('Change the behavior of the taxes display for the groups')
)
);