This is an automated email from the ASF dual-hosted git repository. mbrohl pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
commit b7c7757b35a22529ca272ea690d82e755d2afa49 Author: Michael Brohl <michael.br...@ecomify.de> AuthorDate: Sun Jul 30 21:09:26 2023 +0200 Improved: Changes script location for the moved CreateApplicationList.groovy (OFBIZ-12813) --- birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign b/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign index f85e0c8eb..54a9c2fd3 100644 --- a/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign +++ b/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign @@ -68,7 +68,7 @@ if (!logoImageUrl) { // create application list var context = new HashMap(); context.put("invoice", invoice); -GroovyUtil.runScriptAtLocation("component://accounting/groovyScripts/invoice/CreateApplicationList.groovy", context); +GroovyUtil.runScriptAtLocation("component://accounting/src/main/groovy/org/apache/ofbiz/accounting/invoice/CreateApplicationList.groovy", context); invoiceApplications = context.get("invoiceApplications"); // create debit/credit total variable