From 7d9e94796fb4e4b76ae739088dc15c858272a90a Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 9 May 2008 17:49:14 +0000 Subject: Correcting issues saving/retriving tax id for vendors/customers, and retrieving the cash id. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2130 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/Contact/contact.html | 8 ++++---- sql/modules/Company.sql | 3 ++- sql/modules/Roles.sql | 2 ++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index 759d374b..68a14a05 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -220,8 +220,8 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> @@ -276,8 +276,8 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> } ?> __list_ap_transactions"; GRANT INSERT ON acc_trans TO "lsmb___process_payment"; GRANT ALL ON acc_trans_entry_id_seq TO "lsmb___process_payment"; +GRANT UPDATE ON ap TO "lsmb___process_payment"; INSERT INTO menu_acl (node_id, acl_type, role_name) @@ -591,6 +592,7 @@ IN ROLE "lsmb___list_ar_transactions"; GRANT INSERT ON acc_trans TO "lsmb___process_receipt"; GRANT ALL ON acc_trans_entry_id_seq TO "lsmb___process_receipt"; +GRANT UPDATE ON ar TO "lsmb___process_receipt"; INSERT INTO menu_acl (node_id, acl_type, role_name) values (35, 'allow', 'lsmb___process_receipt'); -- cgit v1.2.3