Author: jleroux
Date: Mon Sep 7 15:35:21 2009
New Revision: 812197
URL:
http://svn.apache.org/viewvc?rev=812197&view=revLog:
"Applied fix from trunk for revision: 812192 "
------------------------------------------------------------------------
r812192 | jleroux | 2009-09-07 17:30:07 +0200 (lun. 07 sept. 2009) | 1 ligne
From Scott's comment in dev ML, removed 2 lines commited with r812159 (billingAccountId is already n OrderHeader)
------------------------------------------------------------------------
Modified:
ofbiz/branches/release09.04/applications/order/src/org/ofbiz/order/order/OrderLookupServices.java
Modified: ofbiz/branches/release09.04/applications/order/src/org/ofbiz/order/order/OrderLookupServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/order/src/org/ofbiz/order/order/OrderLookupServices.java?rev=812197&r1=812196&r2=812197&view=diff==============================================================================
--- ofbiz/branches/release09.04/applications/order/src/org/ofbiz/order/order/OrderLookupServices.java (original)
+++ ofbiz/branches/release09.04/applications/order/src/org/ofbiz/order/order/OrderLookupServices.java Mon Sep 7 15:35:21 2009
@@ -376,9 +376,6 @@
// search by billing account ID
if (UtilValidate.isNotEmpty(billingAccountId)) {
- dve.addMemberEntity("BL", "BillingAccount");
- dve.addAlias("BL", "billingAccountId");
- dve.addViewLink("OH", "BL", Boolean.FALSE, UtilMisc.toList(new ModelKeyMap("billingAccountId", "billingAccountId")));
paramList.add("billingAccountId=" + billingAccountId);
conditions.add(makeExpr("billingAccountId", billingAccountId));
}