[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Status of 1.4 and call for involvement
- Subject: Re: Status of 1.4 and call for involvement
- From: Berend Tober <..hidden..>
- Date: Tue, 13 Nov 2012 22:07:51 -0500
Chris Travers wrote:
Anyone who would like help getting started should email this list.
journal_entry is spelled wrong in sql/modules/Roles.sql. Attached
patch fixes.
Index: sql/modules/Roles.sql
===================================================================
--- sql/modules/Roles.sql (revision 5191)
+++ sql/modules/Roles.sql (working copy)
@@ -242,7 +242,7 @@
GRANT "lsmb_<?lsmb dbname ?>__exchangerate_edit"
TO "lsmb_<?lsmb dbname ?>__ar_transaction_create";
-GRANT INSERT ON ar, invoice_note, business_unit_ac, jounral_entry, journal_line,
+GRANT INSERT ON ar, invoice_note, business_unit_ac, journal_entry, journal_line,
business_unit_jl
TO "lsmb_<?lsmb dbname ?>__ar_transaction_create";