// Product tabs now trigger an event when finished loading. Fixed pack and virtual product not being updated when the loading is not complete.

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12077 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-01-03 15:38:47 +00:00
parent 4d82d9dbe5
commit d3f8c6b28a
3 changed files with 21 additions and 1 deletions
@@ -1888,7 +1888,7 @@ class AdminProductsControllerCore extends AdminController
continue;
$product_tabs[$product_tab] = array(
'id' => ++$i.'-'.$product_tab,
'id' => $product_tab,
'selected' => (strtolower($product_tab) == strtolower($this->tab_display)),
'name' => $this->available_tabs_lang[$product_tab],
'href' => $this->context->link->getAdminLink('AdminProducts').'&id_product='.Tools::getValue('id_product').'&action='.$product_tab,