|
@@ -50,6 +50,7 @@ public class ModelCatalogTreeHandler extends AbstractTreeHandler<DefaultEntity> |
|
|
exc_empty = params.readBool("exc_empty"); |
|
|
exc_empty = params.readBool("exc_empty"); |
|
|
exc_depend = params.readBool("exc_depend"); |
|
|
exc_depend = params.readBool("exc_depend"); |
|
|
only_bill = params.readBool("only_bill"); |
|
|
only_bill = params.readBool("only_bill"); |
|
|
|
|
|
if (only_bill) exc_empty = true; |
|
|
mcTreeHelper = (ModelCatalogTreeHelper) TreeHelper.getTreeHelper(ModelCatalog.ENTITY_NAME); |
|
|
mcTreeHelper = (ModelCatalogTreeHelper) TreeHelper.getTreeHelper(ModelCatalog.ENTITY_NAME); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|