From a990df223e24776227c97cfe3c9b571b8c0fdb2e Mon Sep 17 00:00:00 2001 From: mjudd Date: Tue, 16 Jun 2009 14:54:47 +0000 Subject: [PATCH] BF [ 2806709 ] - Reinstate Order Transaction report Additional commit to re-instate the correct position of the report on the menu http://sourceforge.net/tracker/?func=detail&aid=2806709&group_id=176962&atid=879332 --- migration/353a-trunk/oracle/490_BF2806709.sql | 2 ++ migration/353a-trunk/postgresql/490_BF2806709.sql | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 migration/353a-trunk/oracle/490_BF2806709.sql create mode 100644 migration/353a-trunk/postgresql/490_BF2806709.sql diff --git a/migration/353a-trunk/oracle/490_BF2806709.sql b/migration/353a-trunk/oracle/490_BF2806709.sql new file mode 100644 index 0000000000..b213aa190f --- /dev/null +++ b/migration/353a-trunk/oracle/490_BF2806709.sql @@ -0,0 +1,2 @@ +--- move the report to "Sales Order" menu item - where it was previously located +update ad_treenodemm set parent_id = 457, seqno=5 where node_id = 53223; \ No newline at end of file diff --git a/migration/353a-trunk/postgresql/490_BF2806709.sql b/migration/353a-trunk/postgresql/490_BF2806709.sql new file mode 100644 index 0000000000..b213aa190f --- /dev/null +++ b/migration/353a-trunk/postgresql/490_BF2806709.sql @@ -0,0 +1,2 @@ +--- move the report to "Sales Order" menu item - where it was previously located +update ad_treenodemm set parent_id = 457, seqno=5 where node_id = 53223; \ No newline at end of file