Merge pull request #680 from djfm/development
// fixed unstranslatable string in AdminSupplyOrdersController
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user