You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/03/09 22:07:52 UTC

svn commit: r635360 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/orderstatus.bsh

Author: jleroux
Date: Sun Mar  9 14:07:49 2008
New Revision: 635360

URL: http://svn.apache.org/viewvc?rev=635360&view=rev
Log:
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