Author: ashish
Date: Tue Sep 23 05:43:14 2008
New Revision: 698160
URL:
http://svn.apache.org/viewvc?rev=698160&view=revLog:
Override the behaviour of fromDate so if user gives empty value for fromDate then put the nowtimestamp over there.
Modified:
ofbiz/trunk/applications/product/servicedef/services_facility.xml
Modified: ofbiz/trunk/applications/product/servicedef/services_facility.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_facility.xml?rev=698160&r1=698159&r2=698160&view=diff==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_facility.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_facility.xml Tue Sep 23 05:43:14 2008
@@ -734,6 +734,7 @@
<permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
<auto-attributes include="pk" mode="IN" optional="false"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
+ <override name="fromDate" optional="true"/>
</service>
<service name="addPartyToFacilityGroup" engine="simple"