IDEMPIERE-387 Enable mixed payments on POS Sales Order

This commit is contained in:
Carlos Ruiz 2012-11-16 20:45:04 -05:00
parent 3152f5a094
commit 5e23f70cf0
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- Nov 16, 2012 8:41:14 PM COT
-- IDEMPIERE-387 Enable mixed payments on POS Sales Order
UPDATE AD_Column SET AD_Val_Rule_ID=NULL,Updated=TO_DATE('2012-11-16 20:41:14','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=4020
;
SELECT register_migration_script('201211162041_IDEMPIERE-387.sql') FROM dual
;

View File

@ -0,0 +1,8 @@
-- Nov 16, 2012 8:41:14 PM COT
-- IDEMPIERE-387 Enable mixed payments on POS Sales Order
UPDATE AD_Column SET AD_Val_Rule_ID=NULL,Updated=TO_TIMESTAMP('2012-11-16 20:41:14','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=4020
;
SELECT register_migration_script('201211162041_IDEMPIERE-387.sql') FROM dual
;