// Stock : fixed/improved interfaces

This commit is contained in:
bMancone
2011-11-16 13:01:16 +00:00
parent c8e10407a3
commit 4e10ecb364
3 changed files with 8 additions and 10 deletions
@@ -64,16 +64,18 @@ class AdminStockCoverControllerCore extends AdminController
'filter_key' => 'b!name'
),
'coverage' => array(
'title' => $this->l('Average time left'),
'width' => 150,
'title' => $this->l('Coverage'),
'width' => 160,
'orderby' => false,
'search' => false
'search' => false,
'hint' => $this->l('Days left before you run out of stock.')
),
'stock' => array(
'title' => $this->l('Quantity'),
'width' => 80,
'orderby' => false,
'search' => false
'search' => false,
'hint' => $this->l('Physical (usable) quantity.')
),
);