Author: jacopoc
Date: Sat Aug 5 22:52:57 2006
New Revision: 429106
URL:
http://svn.apache.org/viewvc?rev=429106&view=revLog:
tabs to spaces
Modified:
incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/promo/PromoServices.xml
Modified: incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/promo/PromoServices.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/promo/PromoServices.xml?rev=429106&r1=429105&r2=429106&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/promo/PromoServices.xml (original)
+++ incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/promo/PromoServices.xml Sat Aug 5 22:52:57 2006
@@ -29,9 +29,9 @@
<sequenced-id-to-env sequence-name="ProductPromo" env-name="newEntity.productPromoId"/>
<field-to-result field-name="productPromoId" map-name="newEntity"/>
- <if-empty field-name="newEntity.userEntered">
- <set value="Y" set-if-empty="true" field="newEntity.userEntered"/>
- </if-empty>
+ <if-empty field-name="newEntity.userEntered">
+ <set value="Y" set-if-empty="true" field="newEntity.userEntered"/>
+ </if-empty>
<now-timestamp-to-env env-name="nowTimestamp"/>
<set from-field="nowTimestamp" field="newEntity.createdDate"/>
@@ -51,8 +51,8 @@
<set-nonpk-fields map-name="parameters" value-name="lookedUpValue"/>
<if-empty field-name="newEntity.userEntered">
- <set value="Y" set-if-empty="true" field="newEntity.userEntered"/>
- </if-empty>
+ <set value="Y" set-if-empty="true" field="newEntity.userEntered"/>
+ </if-empty>
<now-timestamp-to-env env-name="nowTimestamp"/>
<set from-field="nowTimestamp" field="newEntity.lastModifiedDate"/>
@@ -351,9 +351,9 @@
<set-nonpk-fields map-name="parameters" value-name="newEntity"/>
<if-empty field-name="fromDate" map-name="newEntity">
- <now-timestamp-to-env env-name="nowTimestamp"/>
- <set from-field="nowTimestamp.fromDate" set-if-empty="true" field="newEntity.fromDate"/>
- </if-empty>
+ <now-timestamp-to-env env-name="nowTimestamp"/>
+ <set from-field="nowTimestamp.fromDate" set-if-empty="true" field="newEntity.fromDate"/>
+ </if-empty>
<create-value value-name="newEntity"/>
</simple-method>