// update StockInstantState

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12840 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-01-31 13:31:11 +00:00
parent 1fbf8c1ab4
commit 5625f92454
2 changed files with 89 additions and 90 deletions
@@ -93,9 +93,7 @@ class AdminStockInstantStateControllerCore extends AdminController
'width' => 80,
'orderby' => true,
'search' => false,
'hint' => $this->l('Pysical qty,
in combination with the quantity you ordered (atm) from your supplier,
minus what is ordered (atm) by clients.')
'hint' => $this->l('Pysical qty (usable) - Clients orders + Supply Orders'),
),
);