13372 - change default subcategory of TPD Belge

This commit is contained in:
Rodney Figaro 2017-05-31 09:07:19 +02:00
parent 46f9628ebb
commit 6d0d4e4c59

View File

@ -10,7 +10,7 @@ class Category extends CategoryCore
const CATEGORY_PLV = 71; const CATEGORY_PLV = 71;
const CATEGORY_PLV_ALL = 72; const CATEGORY_PLV_ALL = 72;
const CATEGORY_TPDBELGE = 75; const CATEGORY_TPDBELGE = 75;
const CATEGORY_TPDBELGE_ALL = 80; const CATEGORY_TPDBELGE_ALL = 76;
public static function getCategoriesTree($id_parent, $currentDepth = 0, $depth = 3, $context = null) public static function getCategoriesTree($id_parent, $currentDepth = 0, $depth = 3, $context = null)
{ {