// #PSFV-94 : add product management on suppliers order + Submit button integrated to the toolbar on add/edit form view + adaptations after form and list helper update + bugs fix

This commit is contained in:
dSevere
2011-11-03 17:54:55 +00:00
parent 23fd56583e
commit 40882af794
8 changed files with 246 additions and 171 deletions
@@ -42,25 +42,20 @@ class AdminStockManagementControllerCore extends AdminController
'title' => $this->l('Reference'),
'align' => 'center',
'filter_key' => 'a!reference',
'width' => 100,
'widthColumn' => 150
'width' => 200
),
'ean13' => array(
'title' => $this->l('EAN13'),
'align' => 'center',
'filter_key' => 'a!ean13',
'width' => 75,
'widthColumn' => 100
'width' => 100
),
'name' => array(
'title' => $this->l('Name'),
'width' => 350,
'widthColumn' => 'auto',
),
'stock' => array(
'title' => $this->l('Total quantities in stock'),
'width' => 50,
'widthColumn' => 60,
'width' => 100,
'orderby' => false,
'filter' => false,
'search' => false,