svn commit: r604989 - /ofbiz/trunk/applications/accounting/data/AccountingSecurityData.xml

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

svn commit: r604989 - /ofbiz/trunk/applications/accounting/data/AccountingSecurityData.xml

jleroux@apache.org
Author: jleroux
Date: Mon Dec 17 12:36:13 2007
New Revision: 604989

URL: http://svn.apache.org/viewvc?rev=604989&view=rev
Log:
Replacing unused ACCOUNTING_ATX_ by ACCTG_ATX_ (forgot this file in previous commit)

Modified:
    ofbiz/trunk/applications/accounting/data/AccountingSecurityData.xml

Modified: ofbiz/trunk/applications/accounting/data/AccountingSecurityData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/AccountingSecurityData.xml?rev=604989&r1=604988&r2=604989&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/data/AccountingSecurityData.xml (original)
+++ ofbiz/trunk/applications/accounting/data/AccountingSecurityData.xml Mon Dec 17 12:36:13 2007
@@ -93,7 +93,7 @@
         accounting transactions should create a permission service SECA to grant
         task-specific permissions to post transactions. The following permissions
         should be given to accountants only, as that involves changing the books. -->
-    <SecurityPermission description="ALL operations involving general ledger accounting transactions and entries." permissionId="ACCOUNTING_ATX_ADMIN"/>
+    <SecurityPermission description="ALL operations involving general ledger accounting transactions and entries." permissionId="ACCTG_ATX_ADMIN"/>
     <SecurityPermission description="Create general ledger accounting transaction and entries." permissionId="ACCTG_ATX_CREATE"/>
     <SecurityPermission description="Update general ledger accounting transaction and entries." permissionId="ACCTG_ATX_UPDATE"/>
     <SecurityPermission description="Delete general ledger accounting transaction and entries." permissionId="ACCTG_ATX_DELETE"/>