Author: hansbak
Date: Tue Mar 16 04:03:19 2010
New Revision: 923574
URL:
http://svn.apache.org/viewvc?rev=923574&view=revLog:
fixed error when render prepare productlisting screen.
Modified:
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/PrepareProductListing.groovy
Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/PrepareProductListing.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/PrepareProductListing.groovy?rev=923574&r1=923573&r2=923574&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/PrepareProductListing.groovy (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/PrepareProductListing.groovy Tue Mar 16 04:03:19 2010
@@ -98,7 +98,7 @@
}
}
if (pkCateId) {
- refName = "itemCateFacade_"pkCateId;
+ refName = "itemCateFacade_" + pkCateId;
if (addItemObj.get(refName)) {
cf = addItemObj.get(refName);
if (cf) {