Author: ashish
Date: Sat Oct 18 14:28:13 2014
New Revision: 1632798

URL: http://svn.apache.org/r1632798
Log:
Applied bug fix from trunk r1632797.
=======================================
Applied patch from jira issue - OFBIZ-5826 - Shipper Account screen not 
rendering shipper accounts.
===========================================
Here is the steps to regenerate issue:
{code}
<PortalPagePortlet portalPageId="PartyProfile" portalPortletId="ShipperAccount" 
portletSeqId="00001" columnSeqId="00001" sequenceNum="7"/>
{code}

Upload the PortalPagePortlet data for shipper Account, and go to viewprofile 
screen. Now add shipper account from shipper account screen.

Expected Result: Newly added/ all shipper account of party should be listed 
under shipper account screen.

Actual Result:
No shipper accounts are listing.
===========================================
Thanks Deepak for the contribution.

Modified:
    
ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyForms.xml

Modified: 
ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyForms.xml?rev=1632798&r1=1632797&r2=1632798&view=diff
==============================================================================
--- 
ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyForms.xml 
(original)
+++ 
ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyForms.xml 
Sat Oct 18 14:28:13 2014
@@ -707,7 +707,7 @@ under the License.
         <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit 
button-type="button"/></field>
     </form>
 
-    <form name="ListCarrierAccounts" type="list" 
target="updatePartyCarrierAccount"
+    <form name="ListCarrierAccounts" type="list" 
target="updatePartyCarrierAccount" list-name="carrierAccounts"
         odd-row-style="alternate-row" default-table-style="basic-table 
hover-bar"
         paginate="true"  view-size="3" paginate-target="viewprofile" 
paginate-target-anchor="ListCarrierAccounts">
         <actions>


Reply via email to