Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap

# By Jérôme Nadaud (4) and sLorenzini (1)
# Via Jérôme Nadaud
* 'bootstrap' of https://github.com/PrestaShop/PrestaShop:
  [-] BO : BugFix Cancel modification button error
  [+] BO : Product "For" and combination button
  // update order tab
  [+] BO : Product "For"
  [+] BO : Product "For" and new carriers select list

Conflicts:
	admin-dev/themes/default/css/admin-theme.css
This commit is contained in:
Kevin Granger
2013-07-25 19:21:59 +02:00
11 changed files with 381 additions and 237 deletions
@@ -3603,8 +3603,9 @@ class AdminProductsControllerCore extends AdminController
{
$carriers = array();
if (Tools::getValue('carriers'))
$carriers = Tools::getValue('carriers');
if (Tools::getValue('selectedCarriers'))
$carriers = Tools::getValue('selectedCarriers');
$product->setCarriers($carriers);
}
}