IDEMPIERE-5056 Order and Invoice: Tax lookup interface (#1907)

- make the DeliveryViaRule field visible for all orders
This commit is contained in:
Carlos Ruiz 2023-06-23 03:52:25 +02:00 committed by GitHub
parent 0e2967ea81
commit 7e225c4c8c
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-5056 Order and Invoice: Tax lookup interface
SELECT register_migration_script('202306221516_IDEMPIERE-5056.sql') FROM dual;
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Jun 22, 2023, 3:16:13 PM CEST
UPDATE AD_Field SET DisplayLogic=NULL,Updated=TO_TIMESTAMP('2023-06-22 15:16:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1108
;

View File

@ -0,0 +1,7 @@
-- IDEMPIERE-5056 Order and Invoice: Tax lookup interface
SELECT register_migration_script('202306221516_IDEMPIERE-5056.sql') FROM dual;
-- Jun 22, 2023, 3:16:13 PM CEST
UPDATE AD_Field SET DisplayLogic=NULL,Updated=TO_TIMESTAMP('2023-06-22 15:16:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1108
;