// Stock : fixed/improved interfaces

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10169 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-16 13:01:16 +00:00
parent 37b868fde9
commit 50edc71603
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.')
),
);