Author: jleroux
Date: Thu Jan 1 15:08:39 2009
New Revision: 730632
URL: http://svn.apache.org/viewvc?rev=730632&view=rev
Log:
<string-append field-name => <string-append field
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderDeliveryServices.xml
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml?rev=730632&r1=730631&r2=730632&view=diff
==============================================================================
---
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
(original)
+++
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
Thu Jan 1 15:08:39 2009
@@ -414,7 +414,7 @@
</if-not-empty>
<!-- finally delete application -->
<property-to-field resource="AccountingUiLabels"
property="AccountingPaymentApplRemoved" field="successMessage"/>
- <string-append field-name="successMessage" string=" ${toMessage}"/>
+ <string-append field="successMessage" string=" ${toMessage}"/>
<remove-value value-field="paymentApplication"/>
</simple-method>
Modified:
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderDeliveryServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderDeliveryServices.xml?rev=730632&r1=730631&r2=730632&view=diff
==============================================================================
---
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderDeliveryServices.xml
(original)
+++
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderDeliveryServices.xml
Thu Jan 1 15:08:39 2009
@@ -88,7 +88,7 @@
<set field="curUserPcmFindMap.contactMechTypeId"
value="EMAIL_ADDRESS"/>
<find-by-and entity-name="PartyAndContactMech" map="curUserPcmFindMap"
list="curUserPartyAndContactMechs"/>
<first-from-list entry="curUserPartyAndContactMech"
list="curUserPartyAndContactMechs"/>
- <string-append field-name="sendEmailMap.sendFrom"
string="${curUserPartyAndContactMech.infoString}" prefix=","/>
+ <string-append field="sendEmailMap.sendFrom"
string="${curUserPartyAndContactMech.infoString}" prefix=","/>
<!-- find email addresses of all parties in SHIPMENT_CLERK roleTypeId,
set as sendTo -->
<set value="SHIPMENT_CLERK" field="shipmentClerkFindMap.roleTypeId"/>
@@ -103,7 +103,7 @@
<set field="sendToPartyPcmFindMap.contactMechTypeId"
value="EMAIL_ADDRESS"/>
<find-by-and entity-name="PartyAndContactMech"
map="sendToPartyPcmFindMap" list="sendToPartyPartyAndContactMechs"/>
<iterate entry="sendToPartyPartyAndContactMech"
list="sendToPartyPartyAndContactMechs">
- <string-append field-name="sendEmailMap.sendTo"
string="${sendToPartyPartyAndContactMech.infoString}" prefix=","/>
+ <string-append field="sendEmailMap.sendTo"
string="${sendToPartyPartyAndContactMech.infoString}" prefix=","/>
</iterate>
</iterate-map>
Modified:
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml?rev=730632&r1=730631&r2=730632&view=diff
==============================================================================
---
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml
(original)
+++
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml
Thu Jan 1 15:08:39 2009
@@ -694,7 +694,7 @@
</entity-and>
<first-from-list entry="curUserPartyAndContactMech"
list="curUserPartyAndContactMechs"/>
- <string-append field-name="sendEmailMap.sendFrom"
string="${curUserPartyAndContactMech.infoString}" prefix=","/>
+ <string-append field="sendEmailMap.sendFrom"
string="${curUserPartyAndContactMech.infoString}" prefix=","/>
<!-- find email addresses of partyIdFrom, set as sendTo -->
<set from-field="shipment.partyIdFrom"
field="sendToPartyIdMap.${shipment.partyIdFrom}"/>
@@ -717,7 +717,7 @@
</entity-and>
<iterate entry="sendToPartyPartyAndContactMech"
list="sendToPartyPartyAndContactMechs">
- <string-append field-name="sendEmailMap.sendTo"
string="${sendToPartyPartyAndContactMech.infoString}" prefix=","/>
+ <string-append field="sendEmailMap.sendTo"
string="${sendToPartyPartyAndContactMech.infoString}" prefix=","/>
</iterate>
</iterate-map>