You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/07/06 15:02:20 UTC

svn commit: r1751699 - /ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml

Author: jleroux
Date: Wed Jul  6 15:02:19 2016
New Revision: 1751699

URL: http://svn.apache.org/viewvc?rev=1751699&view=rev
Log:
No functional change, fixes a typo (as ever was open in Eclipse where I fixed by hand and did not save before committing previous fix)

Modified:
    ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml

Modified: ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml?rev=1751699&r1=1751698&r2=1751699&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml Wed Jul  6 15:02:19 2016
@@ -169,7 +169,7 @@ under the License.
                 <set field="salesRepPartyList" type="List" from-field="parameters.partyIds"/>
                 <script location="component://accounting/groovyScripts/ap/invoices/CommissionRun.groovy"/>
                 
-                <!-- asmslect parameters, must be prefixed by asm_ for SetMultipleSelectJs.ftl -->
+                <!-- asmselect parameters, must be prefixed by asm_ for SetMultipleSelectJs.ftl -->
                 <set field="asm_multipleSelectForm"  value="CommissionRun"/>
                 <set field="asm_multipleSelect"  value="CommissionRun_partyId"/>
                 <set field="asm_formSize" value="700"/>