// fixed unstranslatable string in AdminSupplyOrdersController

This commit is contained in:
djfm
2013-09-03 12:51:21 +00:00
parent e6abe1c5a0
commit 572a2e45aa
@@ -754,7 +754,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
'orderby' => false,
'filter' => false,
'search' => false,
'hint' => 'Note that you can see details on the receptions - per products',
'hint' => $this->l('Note that you can see details on the receptions - per products'),
),
'quantity_expected' => array(
'title' => $this->l('Quantity expected'),