From 275258c921cca68bd81f21d45dbb8bcdc81d433e Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Fri, 25 Jul 2008 18:53:01 +0000 Subject: [PATCH] Fix "Tax Rate Parent" window: field "Summary" should be readonly and should have default logic "Y" since the tab where clause is "IsSummary='Y'" --- migration/351a-trunk/238_Fix_Window_Tax_Rate_Parent.sql | 5 +++++ .../351a-trunk/postgresql/238_Fix_Window_Tax_Rate_Parent.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/351a-trunk/238_Fix_Window_Tax_Rate_Parent.sql create mode 100644 migration/351a-trunk/postgresql/238_Fix_Window_Tax_Rate_Parent.sql diff --git a/migration/351a-trunk/238_Fix_Window_Tax_Rate_Parent.sql b/migration/351a-trunk/238_Fix_Window_Tax_Rate_Parent.sql new file mode 100644 index 0000000000..10cdba69fd --- /dev/null +++ b/migration/351a-trunk/238_Fix_Window_Tax_Rate_Parent.sql @@ -0,0 +1,5 @@ +-- 25.07.2008 21:48:11 EEST +-- +UPDATE AD_Field SET DefaultValue='Y', IsReadOnly='Y',Updated=TO_DATE('2008-07-25 21:48:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=54515 +; + diff --git a/migration/351a-trunk/postgresql/238_Fix_Window_Tax_Rate_Parent.sql b/migration/351a-trunk/postgresql/238_Fix_Window_Tax_Rate_Parent.sql new file mode 100644 index 0000000000..4d1a017b72 --- /dev/null +++ b/migration/351a-trunk/postgresql/238_Fix_Window_Tax_Rate_Parent.sql @@ -0,0 +1,5 @@ +-- 25.07.2008 21:48:11 EEST +-- +UPDATE AD_Field SET DefaultValue='Y', IsReadOnly='Y',Updated=TO_TIMESTAMP('2008-07-25 21:48:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=54515 +; +