// AdminSupplyOrdersController: fixed bugs when adding products to the order

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10758 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-29 17:04:43 +00:00
parent b61478ca1e
commit c5dab89eb5
2 changed files with 2 additions and 2 deletions
@@ -807,7 +807,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
$errors = $entry->validateController();
//get the product name displayed in the backoffice according to the employee language
$entry->name_displayed = Tools::getValue('input_name_'.$id, '');
$entry->name_displayed = Tools::getValue('input_name_displayed_'.$id, '');
// if there is a problem, handle error for the current product
if (count($errors) > 0)