// #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,13 +42,11 @@ class AdminStockMvtControllerCore extends AdminController
'title' => $this->l('ID'),
'align' => 'center',
'width' => 40,
'widthColumn' => 40,
'search' => false,
),
'sign' => array(
'title' => $this->l('Sign'),
'width' => 80,
'widthColumn' => 100,
'width' => 100,
'align' => 'center',
'type' => 'select',
'filter_key' => 'a!sign',
@@ -165,7 +163,7 @@ class AdminStockMvtControllerCore extends AdminController
// access
if (!($this->tabAccess['add'] === '1'))
$this->no_add = true;
unset($this->toolbar_btn['new']);
//no link on list rows
$this->list_no_link = true;