IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete
This commit is contained in:
parent
a043224caf
commit
ce8dc4aedd
|
@ -2,8 +2,8 @@ SET SQLBLANKLINES ON
|
||||||
SET DEFINE OFF
|
SET DEFINE OFF
|
||||||
|
|
||||||
-- IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete
|
-- IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete
|
||||||
-- Feb 12, 2020, 8:58:51 PM CET
|
-- Feb 12, 2020, 11:14:32 PM CET
|
||||||
UPDATE AD_Field SET DisplayLogic='@OrderType@=''SO'' | @DeliveryViaRule@=''S''', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2020-02-12 20:58:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1108
|
UPDATE AD_Field SET DisplayLogic='@OrderType@=''SO'' | @DeliveryViaRule@=''S'' | @DeliveryViaRule@=''''', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2020-02-12 23:14:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1108
|
||||||
;
|
;
|
||||||
|
|
||||||
-- Feb 12, 2020, 8:59:02 PM CET
|
-- Feb 12, 2020, 8:59:02 PM CET
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
-- IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete
|
-- IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete
|
||||||
-- Feb 12, 2020, 8:58:51 PM CET
|
-- Feb 12, 2020, 8:58:51 PM CET
|
||||||
UPDATE AD_Field SET DisplayLogic='@OrderType@=''SO'' | @DeliveryViaRule@=''S''', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2020-02-12 20:58:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1108
|
-- Feb 12, 2020, 11:14:32 PM CET
|
||||||
|
UPDATE AD_Field SET DisplayLogic='@OrderType@=''SO'' | @DeliveryViaRule@=''S'' | @DeliveryViaRule@=''''', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2020-02-12 23:14:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1108
|
||||||
;
|
;
|
||||||
|
|
||||||
-- Feb 12, 2020, 8:59:02 PM CET
|
-- Feb 12, 2020, 8:59:02 PM CET
|
||||||
|
|
Loading…
Reference in New Issue