From 0a29fdcae05457ede19dcd1ffcd5d2b33455857d Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Thu, 14 Nov 2013 14:50:35 +0800 Subject: [PATCH] 1003475 IDEMPIERE-1530 Allow Material Receipt Line with Quantity Receipt more then Purchase Order Line's Quantity Ordered. Move migration script from i1.0c to i2.0 since i1.0c is closed. --- migration/{i1.0c => i2.0}/oracle/201311131356_IDEMPIERE-1530.sql | 0 .../{i1.0c => i2.0}/postgresql/201311131356_IDEMPIERE-1530.sql | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename migration/{i1.0c => i2.0}/oracle/201311131356_IDEMPIERE-1530.sql (100%) rename migration/{i1.0c => i2.0}/postgresql/201311131356_IDEMPIERE-1530.sql (100%) diff --git a/migration/i1.0c/oracle/201311131356_IDEMPIERE-1530.sql b/migration/i2.0/oracle/201311131356_IDEMPIERE-1530.sql similarity index 100% rename from migration/i1.0c/oracle/201311131356_IDEMPIERE-1530.sql rename to migration/i2.0/oracle/201311131356_IDEMPIERE-1530.sql diff --git a/migration/i1.0c/postgresql/201311131356_IDEMPIERE-1530.sql b/migration/i2.0/postgresql/201311131356_IDEMPIERE-1530.sql similarity index 100% rename from migration/i1.0c/postgresql/201311131356_IDEMPIERE-1530.sql rename to migration/i2.0/postgresql/201311131356_IDEMPIERE-1530.sql