Author: jleroux
Date: Sun Mar 9 14:07:49 2008
New Revision: 635360
URL:
http://svn.apache.org/viewvc?rev=635360&view=revLog:
Forgot some tabs
Modified:
ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/orderstatus.bsh
Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/orderstatus.bsh
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/orderstatus.bsh?rev=635360&r1=635359&r2=635360&view=diff==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/orderstatus.bsh (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/orderstatus.bsh Sun Mar 9 14:07:49 2008
@@ -41,10 +41,10 @@
partyId = context.get("partyId");
if (userLogin != null) {
- if(partyId == null) {
- partyId = userLogin.get("partyId");
- }
-}
+ if(partyId == null) {
+ partyId = userLogin.get("partyId");
+ }
+}
// can anybody view an anonymous order? this is set in the screen widget and should only be turned on by an email confirmation screen