This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 8fc41cb Improved: Convert createFinAccoutnTransFromPayment service from mini-lang to groovy DSL (OFBIZ-11492)
8fc41cb is described below
commit 8fc41cb9ae3d6e9af6bc598d63deb1ed31ff2c8e
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Sat Jun 27 12:17:16 2020 +0200
Improved: Convert createFinAccoutnTransFromPayment service from mini-lang to groovy DSL (OFBIZ-11492)
Fixes previous commit, I used a 1st patch and did not see it was wrong
Thanks: Anushi Gupta for the 2nd patch
---
applications/accounting/servicedef/services_payment.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/accounting/servicedef/services_payment.xml b/applications/accounting/servicedef/services_payment.xml
index ad9e4a9..d15e2b4 100644
--- a/applications/accounting/servicedef/services_payment.xml
+++ b/applications/accounting/servicedef/services_payment.xml
@@ -202,7 +202,7 @@ under the License.
<attribute name="paymentGroupId" type="String" mode="IN" optional="false"/>
</service>
<service name="createFinAccoutnTransFromPayment" engine="groovy"
- location="component://accounting/groovyScripts/payment/PaymentServices.xml" invoke="createFinAccoutnTransFromPayment" auth="true">
+ location="component://accounting/groovyScripts/payment/PaymentServices.groovy" invoke="createFinAccoutnTransFromPayment" auth="true">
<auto-attributes entity-name="FinAccountTrans" include="nonpk" mode="IN" optional="true"/>
<auto-attributes entity-name="FinAccountTrans" include="pk" mode="INOUT" optional="true"/>
<attribute name="invoiceIds" type="List" mode="IN" optional="true"/>