You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/05/03 05:18:41 UTC

svn commit: r534697 - /ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml

Author: jonesde
Date: Wed May  2 20:18:39 2007
New Revision: 534697

URL: http://svn.apache.org/viewvc?view=rev&rev=534697
Log:
Small clean up of XML to fix conditions invalid XML

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml?view=diff&rev=534697&r1=534696&r2=534697
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml Wed May  2 20:18:39 2007
@@ -718,12 +718,10 @@
             <widgets>
                 <section>
                     <condition>
-                        <not>
-                            <if-empty field-name="ownedFinAccountList"/>
-                        </not>
-                    </condition>
-                    <condition>
-                        <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
+                        <and>
+                            <not><if-empty field-name="ownedFinAccountList"/></not>
+                            <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
+                        </and>
                     </condition>
                     <widgets>
                         <container id="fin-account-summary" style="screenlet">