IDEMPIERE-5883 Improve default for Receipt parameter in Payment Info (#2057)

This commit is contained in:
Carlos Ruiz 2023-10-18 12:46:37 +02:00 committed by GitHub
parent e5b40b553a
commit 114dc007af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
-- IDEMPIERE-5883 Improve default for Receipt parameter in Payment Info
SELECT register_migration_script('202310161235_IDEMPIERE-5883.sql') FROM dual;
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Oct 16, 2023, 12:35:12 PM CEST
UPDATE AD_InfoColumn SET AD_Reference_ID=17, AD_Reference_Value_ID=319, DefaultValue=NULL,Updated=TO_TIMESTAMP('2023-10-16 12:35:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_InfoColumn_ID=200085
;

View File

@ -0,0 +1,7 @@
-- IDEMPIERE-5883 Improve default for Receipt parameter in Payment Info
SELECT register_migration_script('202310161235_IDEMPIERE-5883.sql') FROM dual;
-- Oct 16, 2023, 12:35:12 PM CEST
UPDATE AD_InfoColumn SET AD_Reference_ID=17, AD_Reference_Value_ID=319, DefaultValue=NULL,Updated=TO_TIMESTAMP('2023-10-16 12:35:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_InfoColumn_ID=200085
;