diff options
-rw-r--r-- | LedgerSMB/DBObject/User.pm | 2 | ||||
-rw-r--r-- | sql/Pg-database.sql | 20 |
2 files changed, 10 insertions, 12 deletions
diff --git a/LedgerSMB/DBObject/User.pm b/LedgerSMB/DBObject/User.pm index 3486fbd6..b6d69863 100644 --- a/LedgerSMB/DBObject/User.pm +++ b/LedgerSMB/DBObject/User.pm @@ -77,4 +77,4 @@ sub get_all_users { $self->{users} = $self->exec_method( procname=>"user_get_all_users" ); } -1;
\ No newline at end of file +1; diff --git a/sql/Pg-database.sql b/sql/Pg-database.sql index 5593bb94..060655fa 100644 --- a/sql/Pg-database.sql +++ b/sql/Pg-database.sql @@ -1967,16 +1967,14 @@ COPY menu_attribute (node_id, attribute, value, id) FROM stdin; 10 action report 25 10 report nontaxable_sales 26 11 menu 1 27 -12 module ct.pl 28 +12 module customer.pl 28 12 action add 29 -12 db customer 30 13 menu 1 31 -14 module ct.pl 32 -14 db customer 34 +14 module customer.pl 32 +14 action search 36 15 module ct.pl 35 -15 action add 36 15 db customer 37 -14 action history 33 +15 action history 33 16 menu 1 38 17 module ps.pl 39 17 action add 40 @@ -2011,15 +2009,15 @@ COPY menu_attribute (node_id, attribute, value, id) FROM stdin; 29 action report 70 29 report report 71 30 menu 1 72 -31 module ct.pl 73 +31 module vendor.pl 73 31 action add 74 31 db vendor 75 32 menu 1 76 -33 module ct.pl 77 -33 action history 79 +33 module vendor.pl 77 +33 action search 79 33 db vendor 78 -34 module ct.pl 80 -34 action add 81 +34 module vendor.pl 80 +34 action history 81 34 db vendor 82 35 menu 1 83 36 module payment.pl 84 |