You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/07/09 09:56:44 UTC

svn commit: r1801362 - in /ofbiz/ofbiz-framework/trunk/applications/accounting: groovyScripts/agreement/GetPartyNameForDate.groovy webapp/accounting/WEB-INF/actions/agreement/GetPartyNameForDate.groovy widget/AgreementForms.xml

Author: deepak
Date: Sun Jul  9 09:56:44 2017
New Revision: 1801362

URL: http://svn.apache.org/viewvc?rev=1801362&view=rev
Log:
Fixed: Moved groovy file GetPartyNameForDate.groovy form WEB-INF/actions to groovyScripts folder added in r#1751109

Added:
    ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/agreement/GetPartyNameForDate.groovy
      - copied unchanged from r1801361, ofbiz/ofbiz-framework/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/agreement/GetPartyNameForDate.groovy
Removed:
    ofbiz/ofbiz-framework/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/agreement/GetPartyNameForDate.groovy
Modified:
    ofbiz/ofbiz-framework/trunk/applications/accounting/widget/AgreementForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/widget/AgreementForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/widget/AgreementForms.xml?rev=1801362&r1=1801361&r2=1801362&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/AgreementForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/AgreementForms.xml Sun Jul  9 09:56:44 2017
@@ -62,7 +62,7 @@ under the License.
             </service>
         </actions>
         <row-actions>
-            <script location="component://accounting/webapp/accounting/WEB-INF/actions/agreement/GetPartyNameForDate.groovy"/>
+            <script location="component://accounting/groovyScripts/agreement/GetPartyNameForDate.groovy"/>
         </row-actions>         
         <auto-fields-entity entity-name="Agreement" default-field-type="display"/>
         <field name="agreementId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext" sort-field="true">