Author: surajk
Date: Sat Nov 24 12:45:18 2018
New Revision: 1847362

URL: http://svn.apache.org/viewvc?rev=1847362&view=rev
Log:
Fixed: Update Contact Mech ID with Billing Account not working.
> > (OFBIZ-10315)
> > Thanks Shikha Jaiswal for providing the patch.

Modified:
    
ofbiz/branches/release16.11/applications/accounting/widget/BillingAccountForms.xml

Modified: 
ofbiz/branches/release16.11/applications/accounting/widget/BillingAccountForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/accounting/widget/BillingAccountForms.xml?rev=1847362&r1=1847361&r2=1847362&view=diff
==============================================================================
--- 
ofbiz/branches/release16.11/applications/accounting/widget/BillingAccountForms.xml
 (original)
+++ 
ofbiz/branches/release16.11/applications/accounting/widget/BillingAccountForms.xml
 Sat Nov 24 12:45:18 2018
@@ -136,7 +136,7 @@ under the License.
             </drop-down>
         </field>
         <field name="contactMechId" 
tooltip="${uiLabelMap.AccountingBillingContactMechIdMessage}" 
use-when="billingAccount != null">
-            <drop-down>
+            <drop-down 
no-current-selected-key="${billingAccount.contactMechId}">
                 <entity-options entity-name="BillingAccountRoleAndAddress" 
key-field-name="contactMechId" description="[${partyId}][${contactMechId}] 
${toName}, ${attnName}, ${address1}, ${stateProvinceGeoId} ${postalCode}" 
filter-by-date="true">
                     <entity-constraint name="billingAccountId" 
env-name="billingAccountId"/>
                     <entity-order-by field-name="partyId"/>


Reply via email to