TYPO in CategoryTree.groovy, lot's of un-used/un-wanted variables and un-clean
& really hard to understand code
---------------------------------------------------------------------------------------------------------------
Key: OFBIZ-4375
URL: https://issues.apache.org/jira/browse/OFBIZ-4375
Project: OFBiz
Issue Type: Bug
Components: product
Reporter: Atul Vani
Fix For: Release Branch 11.04, SVN trunk
TYPO in CategoryTree.groovy:
<<prodCatalogMap.put("isCategoryType", true);>> should be
<<prodCatalogMap2.put("isCategoryType", true);>>
lot's of un-used/un-wanted variables:
i, prodCatalogTree2, prodCatalogCategories, prodCatalog, prodCatalogId
un-clean and really hard to understand code.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira