// Stock : translations

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11439 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-12-20 18:09:22 +00:00
parent 0b1e2ba0a3
commit 6840363b9b
3 changed files with 421 additions and 356 deletions
@@ -69,8 +69,7 @@ class AdminPPreferencesControllerCore extends AdminController
),
'PS_ADVANCED_STOCK_MANAGEMENT' => array(
'title' => $this->l('Enable advanced stock management:'),
'desc' => $this->l('When active, allows you to manage your physical stock, warehouses and supply orders.
You have to manage at least 1 warehouse when this feature is enabled.'),
'desc' => $this->l('Allows you to manage a physical stock, warehouses and supply orders.'),
'validation' => 'isBool',
'cast' => 'intval',
'required' => false,