[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Status of 1.4 and call for involvement



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";