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-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7480f09f9 Fixed: Refactor groovy folder structure and add package 
declaration (OFBIZ-12813)
7480f09f9 is described below

commit 7480f09f988fb57382ef268cafa236bc2f0d46fa
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Jul 27 18:02:53 2023 +0200

    Fixed: Refactor groovy folder structure and add package declaration 
(OFBIZ-12813)
    
    The ecommerce-notification-tests failed (actually JUNIT 
testSendOrderConfirmation)
    This fixes it.
---
 ecommerce/widget/EmailOrderScreens.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecommerce/widget/EmailOrderScreens.xml 
b/ecommerce/widget/EmailOrderScreens.xml
index 213210cc6..5a1786331 100644
--- a/ecommerce/widget/EmailOrderScreens.xml
+++ b/ecommerce/widget/EmailOrderScreens.xml
@@ -32,7 +32,7 @@ under the License.
                 <set field="title" 
from-field="uiLabelMap.PageTitleOrderConfirmationNotice"/>
                 <set field="baseEcommerceSecureUrl" 
value="${baseSecureUrl}/ecommerce"/>
                 <set field="title" value="Order"/>
-                <script 
location="component://order/groovyScripts/order/OrderView.groovy"/>
+                <script 
location="component://order/src/main/groovy/org/apache/ofbiz/order/order/OrderView.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="FoReportDecorator" 
location="component://common/widget/CommonScreens.xml">

Reply via email to