[*] BO #PSFV-94 : Added AdminCarrierController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9462 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-10-19 14:34:37 +00:00
parent af9dc8707a
commit 2f9e2b313f
13 changed files with 530 additions and 440 deletions
+3 -2
View File
@@ -31,7 +31,7 @@ class HelperListCore extends Helper
protected $_list = array();
/** @var integer Number of results in list */
protected $_listTotal = 0;
public $_listTotal = 0;
/** @var array WHERE clause determined by filter fields */
protected $_filter;
@@ -95,7 +95,8 @@ class HelperListCore extends Helper
'id_category' => 'id_category_to_move',
'id_cms_category' => 'id_cms_category_to_move',
'id_cms' => 'id_cms',
'id_attribute' => 'id_attribute'
'id_attribute' => 'id_attribute',
'id_carrier' => 'id_carrier'
);
// @var boolean ask for simple header : no filters, no paginations and no sorting