svn commit: r930238 - /ofbiz/trunk/applications/accounting/widget/LookupScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r930238 - /ofbiz/trunk/applications/accounting/widget/LookupScreens.xml

mor-2
Author: mor
Date: Fri Apr  2 11:15:52 2010
New Revision: 930238

URL: http://svn.apache.org/viewvc?rev=930238&view=rev
Log:
A singleton expression does not need to be surrouded by an <or> tag and hence removing it.

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

Modified: ofbiz/trunk/applications/accounting/widget/LookupScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/LookupScreens.xml?rev=930238&r1=930237&r2=930238&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/LookupScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/LookupScreens.xml Fri Apr  2 11:15:52 2010
@@ -23,9 +23,7 @@ under the License.
     <screen name="LookupPayment">
         <section>
             <condition>
-                <or>
-                    <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
-                </or>
+                <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
             </condition>
             <actions>
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
@@ -51,9 +49,7 @@ under the License.
     <screen name="LookupInvoice">
         <section>
             <condition>
-                <or>
-                    <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
-                </or>
+                <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
             </condition>
             <actions>
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
@@ -106,9 +102,7 @@ under the License.
     <screen name="LookupBillingAccount">
         <section>
             <condition>
-                <or>
-                    <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
-                </or>
+                <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
             </condition>
             <actions>
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
@@ -135,9 +129,7 @@ under the License.
     <screen name="LookupGlAccount">
         <section>
             <condition>
-                <or>
-                    <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
-                </or>
+                <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
             </condition>
             <actions>
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
@@ -243,9 +235,7 @@ under the License.
     <screen name="LookupGlReconciliation">
         <section>
             <condition>
-                <or>
-                    <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
-                </or>
+                <if-has-permission permission="ACCOUNTING" action="_VIEW"/>
             </condition>
             <actions>
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>