[-] BO : #PSFV-197 - Forced "Delivery number" to be an integer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12175 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-05 10:18:09 +00:00
parent 3a41390d39
commit dc63ebd9a4
@@ -47,6 +47,7 @@ class AdminDeliverySlipControllerCore extends AdminController
'title' => $this->l('Delivery number:'),
'desc' => $this->l('The next delivery slip will begin with this number, and then increase with each additional slip'),
'size' => 6,
'cast' => 'intval',
'type' => 'text'
)
),