IDEMPIERE-5056 Order and Invoice: Tax lookup interface (#1907)
- make the DeliveryViaRule field visible for all orders
This commit is contained in:
parent
0e2967ea81
commit
7e225c4c8c
|
@ -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
|
||||
;
|
||||
|
|
@ -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
|
||||
;
|
||||
|
Loading…
Reference in New Issue