Author: jacopoc
Date: Wed Dec 6 14:13:58 2006
New Revision: 483261
URL:
http://svn.apache.org/viewvc?view=rev&rev=483261Log:
Minor formatting fixes.
Modified:
incubator/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/productstocktake.bsh
Modified: incubator/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/productstocktake.bsh
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/productstocktake.bsh?view=diff&rev=483261&r1=483260&r2=483261==============================================================================
--- incubator/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/productstocktake.bsh (original)
+++ incubator/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/productstocktake.bsh Wed Dec 6 14:13:58 2006
@@ -64,7 +64,7 @@
Map locations = new HashMap();
- boolean negativeQOH = false;
+ boolean negativeQOH = false;
invItemListIter = invItemList.iterator();
while (invItemListIter.hasNext()) {
invItem = invItemListIter.next();
@@ -73,7 +73,7 @@
negativeQOH = true;
}
locationFound = (String)invItem.get("locationSeqId");
- if ( locationFound == null ) {
+ if (locationFound == null) {
locationFound = "nullField";
}
if (locations.get(locationFound) == null) {
@@ -102,7 +102,7 @@
}
context.put("productQtyByLocations", productFacilityLocations);
- if ( negativeQOH == true ) {
+ if (negativeQOH) {
context.put("negativeQOH", "true");
}
}