From 04bca0f6de26358f01d083bb12e4f2ed917b78ae Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 29 Jan 2013 19:12:04 -0800 Subject: [PATCH] Ticket #1001569: Move receipts into batch from QS to Idempiere / minor fix to oracle script --- .../i1.0a-release/oracle/201301251920_TICKET-1001569.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/migration/i1.0a-release/oracle/201301251920_TICKET-1001569.sql b/migration/i1.0a-release/oracle/201301251920_TICKET-1001569.sql index f1cb158368..915dad5850 100644 --- a/migration/i1.0a-release/oracle/201301251920_TICKET-1001569.sql +++ b/migration/i1.0a-release/oracle/201301251920_TICKET-1001569.sql @@ -1,3 +1,6 @@ +SET SQLBLANKLINES ON +SET DEFINE OFF + -- Jan 23, 2013 5:43:13 PM SGT -- Ticket #1001569: Move receipts into batch from QS to Idempiere INSERT INTO AD_Table (ImportTable,CopyColumnsFromTable,IsSecurityEnabled,AccessLevel,LoadSeq,AD_Table_ID,IsHighVolume,IsView,IsChangeLog,EntityType,ReplicationType,AD_Table_UU,IsCentrallyMaintained,IsDeleteable,TableName,Name,AD_Client_ID,IsActive,AD_Org_ID,Updated,CreatedBy,UpdatedBy,Created) VALUES ('N','N','N','3',0,200056,'N','N','N','D','L','4428e636-52c0-40c7-bfa3-d637dbac1642','Y','Y','X_DepositBatch','Receipts into Batch',0,'Y',0,TO_DATE('2013-01-23 17:43:11','YYYY-MM-DD HH24:MI:SS'),100,100,TO_DATE('2013-01-23 17:43:11','YYYY-MM-DD HH24:MI:SS')) @@ -2137,4 +2140,4 @@ UPDATE AD_TreeNodeMM SET Parent_ID=236, SeqNo=30, Updated=SysDate WHERE AD_Tree_ ; SELECT register_migration_script('201301251920_TICKET-1001569.sql') FROM dual -; \ No newline at end of file +;