From 7cecbcf3a7b77d0a45b77b256e0ce0dd66f8a0fe Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Fri, 14 Sep 2007 00:06:02 +0000 Subject: [PATCH] Fix bug [ 1794352 ] Cash Line allowing to pay incomplete invoices --- migration/330-trunk/012_BR_1794352.sql | 5 +++++ migration/330-trunk/postgresql/012_BR_1794352.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/330-trunk/012_BR_1794352.sql create mode 100644 migration/330-trunk/postgresql/012_BR_1794352.sql diff --git a/migration/330-trunk/012_BR_1794352.sql b/migration/330-trunk/012_BR_1794352.sql new file mode 100644 index 0000000000..0bb4781cdc --- /dev/null +++ b/migration/330-trunk/012_BR_1794352.sql @@ -0,0 +1,5 @@ +UPDATE AD_COLUMN + SET ad_val_rule_id = 220 + WHERE ad_column_id = 5354; + +COMMIT; \ No newline at end of file diff --git a/migration/330-trunk/postgresql/012_BR_1794352.sql b/migration/330-trunk/postgresql/012_BR_1794352.sql new file mode 100644 index 0000000000..0bb4781cdc --- /dev/null +++ b/migration/330-trunk/postgresql/012_BR_1794352.sql @@ -0,0 +1,5 @@ +UPDATE AD_COLUMN + SET ad_val_rule_id = 220 + WHERE ad_column_id = 5354; + +COMMIT; \ No newline at end of file