summaryrefslogtreecommitdiff
path: root/sql/Pg-database.sql
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-25 20:41:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-25 20:41:51 +0000
commitf45f491be04efa5335c878e0f630f885b71571f8 (patch)
tree6f6537a2aed868ec9f234c6169b6cdbd9347ccc8 /sql/Pg-database.sql
parentcd91e96795a844a902297c859eb68025a8bb00a0 (diff)
Few more fixes for vendor stuff.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1904 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql/Pg-database.sql')
-rw-r--r--sql/Pg-database.sql20
1 files changed, 9 insertions, 11 deletions
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