From 2bfc382c009223b8b64f586170e1efc159a4b9dc Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Tue, 18 Nov 2008 08:06:05 +0000 Subject: [PATCH] BF [ 2308332 ] BPartner/Bank Account, Bank field should be mandatory if ACH --- migration/352a-trunk/324_BF2308332.sql | 1 + migration/352a-trunk/postgresql/324_BF2308332.sql | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 migration/352a-trunk/324_BF2308332.sql create mode 100644 migration/352a-trunk/postgresql/324_BF2308332.sql diff --git a/migration/352a-trunk/324_BF2308332.sql b/migration/352a-trunk/324_BF2308332.sql new file mode 100644 index 0000000000..11eb501289 --- /dev/null +++ b/migration/352a-trunk/324_BF2308332.sql @@ -0,0 +1 @@ +-- 18.11.2008 09:46:47 EET -- UPDATE AD_Field SET IsMandatory='Y',Updated=TO_DATE('2008-11-18 09:46:47','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=2200 ; /* Records with errors: select bp.AD_Client_ID, bp.Value, bp.Name, ba.AccountNo from C_BP_BankAccount ba inner join C_BPartner bp on (bp.c_bpartner_id= ba.c_bpartner_id) where ba.C_Bank_ID IS NULL AND IsACH='Y' order by bp.AD_Client_ID, bp.Value; */ \ No newline at end of file diff --git a/migration/352a-trunk/postgresql/324_BF2308332.sql b/migration/352a-trunk/postgresql/324_BF2308332.sql new file mode 100644 index 0000000000..1133e3d697 --- /dev/null +++ b/migration/352a-trunk/postgresql/324_BF2308332.sql @@ -0,0 +1,5 @@ +-- 18.11.2008 09:46:47 EET +-- +UPDATE AD_Field SET IsMandatory='Y',Updated=TO_TIMESTAMP('2008-11-18 09:46:47','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=2200 +; +