[-] FO : #PSFV-553 - Fix bugs with pager and ordering with some controllers

This commit is contained in:
mDeflotte
2012-02-27 16:34:32 +00:00
parent f7e80e84b7
commit 1942f0ad91
3 changed files with 29 additions and 16 deletions
+2 -1
View File
@@ -320,7 +320,8 @@ class FrontControllerCore extends Controller
'vat_management' => (int)Configuration::get('VATNUMBER_MANAGEMENT'),
'opc' => (bool)Configuration::get('PS_ORDER_PROCESS_TYPE'),
'PS_CATALOG_MODE' => (bool)Configuration::get('PS_CATALOG_MODE') || !(bool)Group::getCurrent()->show_prices,
'b2b_enable' => (bool)Configuration::get('PS_B2B_ENABLE')
'b2b_enable' => (bool)Configuration::get('PS_B2B_ENABLE'),
'request' => $link->getPaginationLink(false, false, false, true)
));
// Deprecated