[OFBiz] SVN: r6478 - trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order
jonesde@svn.ofbiz.org
jonesde at svn.ofbiz.org
Sun Jan 8 22:58:38 CST 2006
Author: jonesde
Date: 2006-01-08 22:58:36 -0600 (Sun, 08 Jan 2006)
New Revision: 6478
Modified:
trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/companyHeader.bsh
Log:
Removed Company default, better to have an error than something not desired and possibly not noticed
Modified: trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/companyHeader.bsh
===================================================================
--- trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/companyHeader.bsh 2006-01-09 04:52:09 UTC (rev 6477)
+++ trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/companyHeader.bsh 2006-01-09 04:58:36 UTC (rev 6478)
@@ -39,8 +39,8 @@
}
// defaults:
-logoImageUrl = null; // "http://localhost:8080/images/ofbiz_powered.gif"; // set default value......
-partyId = "Company"; // default company
+logoImageUrl = null; // "http://localhost:8080/images/ofbiz_powered.gif";
+partyId = null;
if (orderHeader != null) {
GenericValue productStore = (GenericValue) orderHeader.getRelated("ProductStore");
More information about the Svn
mailing list