diff --git a/migration/353a-trunk/oracle/445_BF2721746.sql b/migration/353a-trunk/oracle/445_BF2721746.sql new file mode 100644 index 0000000000..decccb19ff --- /dev/null +++ b/migration/353a-trunk/oracle/445_BF2721746.sql @@ -0,0 +1,6 @@ +-- Mar 30, 2009 1:20:12 PM MYT +-- [ adempiere-Bugs-2721746 ] GW MM Vendor Return DocType Have Wrong IsSoTrx Value +UPDATE C_DocType SET IsSOTrx='N',Updated=TO_DATE('2009-03-30 13:20:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_DocType_ID=151 +; + +COMMIT ; diff --git a/migration/353a-trunk/postgresql/445_BF2721746.sql b/migration/353a-trunk/postgresql/445_BF2721746.sql new file mode 100644 index 0000000000..c1f7909eec --- /dev/null +++ b/migration/353a-trunk/postgresql/445_BF2721746.sql @@ -0,0 +1,6 @@ +-- Mar 30, 2009 1:20:13 PM MYT +-- [ adempiere-Bugs-2721746 ] GW MM Vendor Return DocType Have Wrong IsSoTrx Value +UPDATE C_DocType SET IsSOTrx='N',Updated=TO_TIMESTAMP('2009-03-30 13:20:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_DocType_ID=151 +; + +COMMIT ;