Author: jleroux
Date: Mon May 21 13:46:58 2007
New Revision: 540286
URL:
http://svn.apache.org/viewvc?view=rev&rev=540286Log:
Fixed from trunk rev. 540280
Modified:
ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/order/OrderListState.java
Modified: ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/order/OrderListState.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/order/OrderListState.java?view=diff&rev=540286&r1=540285&r2=540286==============================================================================
--- ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/order/OrderListState.java (original)
+++ ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/order/OrderListState.java Mon May 21 13:46:58 2007
@@ -190,6 +190,7 @@
public boolean hasStatus(String param) { return ("Y".equals(orderStatusState.get(param))); }
public boolean hasType(String param) { return ("Y".equals(orderTypeState.get(param))); }
+ public boolean hasFilter(String param) { return ("Y".equals(orderFilterState.get(param))); }
public boolean hasAllStatus() {
for (Iterator iter = orderStatusState.values().iterator(); iter.hasNext(); ) {