IDEMPIERE-1598 Window Price List Schema - field Discount Type must be Schema Type - rename 'Discount Type' field of 'Price List Schema' window to 'Schema Type'
This commit is contained in:
parent
7456b05281
commit
124fc54523
|
@ -0,0 +1,10 @@
|
|||
SET SQLBLANKLINES ON
|
||||
SET DEFINE OFF
|
||||
|
||||
-- Feb 13, 2014 11:26:31 AM SGT
|
||||
-- IDEMPIERE-1598 Window Price List Schema - field Discount Type must be Schema Type
|
||||
UPDATE AD_Field SET IsCentrallyMaintained='N', Help='Type of procedure used to calculate the trade schema percentage', Description='Type of trade schema calculation', Name='Schema Type',Updated=TO_DATE('2014-02-13 11:26:31','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=10769
|
||||
;
|
||||
|
||||
SELECT register_migration_script('201402131154_IDEMPIERE-1598.sql') FROM dual
|
||||
;
|
|
@ -0,0 +1,7 @@
|
|||
-- Feb 13, 2014 11:26:31 AM SGT
|
||||
-- IDEMPIERE-1598 Window Price List Schema - field Discount Type must be Schema Type
|
||||
UPDATE AD_Field SET IsCentrallyMaintained='N', Help='Type of procedure used to calculate the trade schema percentage', Description='Type of trade schema calculation', Name='Schema Type',Updated=TO_TIMESTAMP('2014-02-13 11:26:31','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=10769
|
||||
;
|
||||
|
||||
SELECT register_migration_script('201402131154_IDEMPIERE-1598.sql') FROM dual
|
||||
;
|
Loading…
Reference in New Issue