You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2013/07/23 03:58:17 UTC

svn commit: r1505878 - /ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

Author: hansbak
Date: Tue Jul 23 01:58:17 2013
New Revision: 1505878

URL: http://svn.apache.org/r1505878
Log:
revert r1505301, not required to show organization partyId in csv download

Modified:
    ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml?rev=1505878&r1=1505877&r2=1505878&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml Tue Jul 23 01:58:17 2013
@@ -98,7 +98,7 @@ under the License.
                 <order-by field-name="invoiceId"/>
             </entity-condition>
         </actions>
-        <field name="organizationPartyId" title="organizationPartyId"><display/></field>
+        <field name="organizationPartyId"><hidden value="${organizationPartyId}"/></field>
         <field name="invoiceId" title="invoiceId"><display/></field>
         <field name="invoiceTypeId" title="invoiceTypeId"><display/></field>
         <field name="invoiceDate" title="invoiceDate"><display/></field>