summaryrefslogtreecommitdiff
path: root/sql/Pg-database.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/Pg-database.sql')
-rw-r--r--sql/Pg-database.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/Pg-database.sql b/sql/Pg-database.sql
index 3373b01b..e606d81b 100644
--- a/sql/Pg-database.sql
+++ b/sql/Pg-database.sql
@@ -1779,6 +1779,7 @@ COPY menu_node (id, label, parent, "position") FROM stdin;
192 New Window 0 19
193 Logout 0 20
206 Batches 205 1
+207 Drafts 205 2
46 HR 0 6
50 Order Entry 0 7
63 Shipping 0 8
@@ -2028,6 +2029,8 @@ COPY menu_attribute (node_id, attribute, value, id) FROM stdin;
205 menu 1 574
206 module vouchers.pl 575
206 action search_batch 576
+207 module drafts.pl 577
+207 action search 578
1 menu 1 1
2 module ar.pl 2
2 action add 3