IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values / reviewing this further - the filter was not allowing multiple accounting schemas - changing filter to allow that
This commit is contained in:
parent
8b42a4297f
commit
9fbd984472
|
@ -0,0 +1,12 @@
|
||||||
|
SET SQLBLANKLINES ON
|
||||||
|
SET DEFINE OFF
|
||||||
|
|
||||||
|
-- IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values
|
||||||
|
-- Jun 6, 2018 1:29:52 PM CEST
|
||||||
|
UPDATE AD_Val_Rule SET Code='C_ElementValue.C_Element_ID IN
|
||||||
|
(SELECT C_Element_ID FROM C_AcctSchema_Element WHERE AD_Client_ID=@#AD_Client_ID@ AND (ElementType=''@ElementType@'' OR (''@ElementType@''=''CO'' AND ElementType=''AC'')))',Updated=TO_DATE('2018-06-06 13:29:52','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Val_Rule_ID=258
|
||||||
|
;
|
||||||
|
|
||||||
|
SELECT register_migration_script('201806061330_IDEMPIERE-3651.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
-- IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values
|
||||||
|
-- Jun 6, 2018 1:29:52 PM CEST
|
||||||
|
UPDATE AD_Val_Rule SET Code='C_ElementValue.C_Element_ID IN
|
||||||
|
(SELECT C_Element_ID FROM C_AcctSchema_Element WHERE AD_Client_ID=@#AD_Client_ID@ AND (ElementType=''@ElementType@'' OR (''@ElementType@''=''CO'' AND ElementType=''AC'')))',Updated=TO_TIMESTAMP('2018-06-06 13:29:52','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Val_Rule_ID=258
|
||||||
|
;
|
||||||
|
|
||||||
|
SELECT register_migration_script('201806061330_IDEMPIERE-3651.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue