svn commit: r664697 - /ofbiz/trunk/applications/accounting/servicedef/services_billing.xml

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

svn commit: r664697 - /ofbiz/trunk/applications/accounting/servicedef/services_billing.xml

jleroux@apache.org
Author: jleroux
Date: Mon Jun  9 06:16:47 2008
New Revision: 664697

URL: http://svn.apache.org/viewvc?rev=664697&view=rev
Log:
A fixing patch to rev. 662726 from Rashko Rejmer "Move Billing Account permissions to follow new the pattern" (https://issues.apache.org/jira/browse/OFBIZ-1811) - OFBIZ-1811
Sorry to have not spotted this one

Modified:
    ofbiz/trunk/applications/accounting/servicedef/services_billing.xml

Modified: ofbiz/trunk/applications/accounting/servicedef/services_billing.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_billing.xml?rev=664697&r1=664696&r2=664697&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_billing.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_billing.xml Mon Jun  9 06:16:47 2008
@@ -106,7 +106,6 @@
     <service name="calcBillingAccountBalance" engine="java"
             location="org.ofbiz.accounting.payment.BillingAccountWorker" invoke="calcBillingAccountBalance">
         <description>Calculate the balance of a Billing Account</description>
-        <permission-service service-name="acctgBillingAcctCheck" main-action="VIEW"/>
         <attribute name="billingAccountId" type="String" mode="IN" optional="false"/>
         <attribute name="accountBalance" type="Double" mode="OUT" optional="false"/>
         <attribute name="netAccountBalance" type="Double" mode="OUT" optional="false"/>