diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-14 20:54:23 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-14 20:54:23 +0000 |
commit | 9a886f786ef9d91e07ea3b5e160b2404005950e7 (patch) | |
tree | 6f354bc156ad5f7226e616315527884ce778a8f6 | |
parent | e5549057abc64f86547384d7c06f99614332c0f4 (diff) |
Adjustments to the menu SQL to correct the menu structure and rendering
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1753 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | sql/Pg-database.sql | 3 | ||||
-rw-r--r-- | sql/modules/Menu.sql | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sql/Pg-database.sql b/sql/Pg-database.sql index d4af4130..d5a3aae9 100644 --- a/sql/Pg-database.sql +++ b/sql/Pg-database.sql @@ -2118,6 +2118,7 @@ COPY menu_attribute (node_id, attribute, value, id) FROM stdin; 58 action search 139 57 type generate_sales_order 135 58 type generate_purchase_order 138 +60 menu 1 550 61 module oe.pl 140 61 action search 141 62 module oe.pl 143 @@ -2225,7 +2226,7 @@ COPY menu_attribute (node_id, attribute, value, id) FROM stdin; 101 menu 1 248 102 module pe.pl 249 102 action project_sales_order 250 -102 menu 1 255 +103 menu 1 255 104 module pe.pl 256 104 type project 258 104 action search 257 diff --git a/sql/modules/Menu.sql b/sql/modules/Menu.sql index e1f10c76..0c6acf15 100644 --- a/sql/modules/Menu.sql +++ b/sql/modules/Menu.sql @@ -394,6 +394,7 @@ COPY menu_attribute (node_id, attribute, value, id) FROM stdin; 58 action search 139 57 type generate_sales_order 135 58 type generate_purchase_order 138 +60 menu 1 550 61 module oe.pl 140 61 action search 141 62 module oe.pl 143 @@ -501,7 +502,7 @@ COPY menu_attribute (node_id, attribute, value, id) FROM stdin; 101 menu 1 248 102 module pe.pl 249 102 action project_sales_order 250 -102 menu 1 255 +103 menu 1 551 104 module pe.pl 256 104 type project 258 104 action search 257 |