// Orders : fixed stock (available quantity & Stock)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11491 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-12-21 14:24:34 +00:00
parent 8742c90560
commit 0d0f43f783
5 changed files with 12 additions and 13 deletions
@@ -165,7 +165,8 @@ class AdminWarehousesControllerCore extends AdminController
'size' => 40,
'maxlength' => 45,
'required' => true,
'desc' => $this->l('Name of this warehouse')
'desc' => $this->l('Name of this warehouse'),
'hint' => $this->l('Invalid characters:').' 0-9!<>,;?=+()@#"{}_$%:',
),
array(
'type' => 'text',