Merge pull request #680 from djfm/development

// fixed unstranslatable string in AdminSupplyOrdersController
This commit is contained in:
Gregory Roussac
2013-09-03 06:00:50 -07:00
@@ -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'),