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 2016/03/19 07:23:40 UTC

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

Author: deepak
Date: Sat Mar 19 06:23:40 2016
New Revision: 1735731

URL: http://svn.apache.org/viewvc?rev=1735731&view=rev
Log:
(OFBIZ-6937) Applied patch from jira issue.
============================================================
Company Check payment method should be shown when issuing chek
============================================================
Thanks Akash Jain for reporting the issue and Mohammad Rehan Khan for patch.

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=1735731&r1=1735730&r2=1735731&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml Sat Mar 19 06:23:40 2016
@@ -111,6 +111,7 @@ under the License.
                 <set field="paymentPartyId" from-field="parameters.partyIdFrom" default-value="${parameters.organizationPartyId}"/>
                 <entity-and entity-name="PaymentMethod" list="paymentMethods">
                     <field-map field-name="partyId" from-field="paymentPartyId"/>
+                    <field-map field-name="paymentMethodTypeId" value="COMPANY_CHECK"/>
                 </entity-and>
                 <set field="organizationPartyId" from-field="parameters.organizationPartyId"/>
             </actions>