From 2d5e73ea1e71e44a0c1677c8dfb16d685076e0cb Mon Sep 17 00:00:00 2001 From: kthiemann Date: Tue, 23 Oct 2007 11:53:23 +0000 Subject: [PATCH] Bugfix [ 1812362 ] incorrect symbol for Estonian Kroon --- migration/330-trunk/023_BF_1812362.sql | 1 + migration/330-trunk/postgresql/023_BF_1812362.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 migration/330-trunk/023_BF_1812362.sql create mode 100644 migration/330-trunk/postgresql/023_BF_1812362.sql diff --git a/migration/330-trunk/023_BF_1812362.sql b/migration/330-trunk/023_BF_1812362.sql new file mode 100644 index 0000000000..1c489607f1 --- /dev/null +++ b/migration/330-trunk/023_BF_1812362.sql @@ -0,0 +1 @@ +update C_Currency set CurSymbol='KR' where C_Currency_ID=285; \ No newline at end of file diff --git a/migration/330-trunk/postgresql/023_BF_1812362.sql b/migration/330-trunk/postgresql/023_BF_1812362.sql new file mode 100644 index 0000000000..1c489607f1 --- /dev/null +++ b/migration/330-trunk/postgresql/023_BF_1812362.sql @@ -0,0 +1 @@ +update C_Currency set CurSymbol='KR' where C_Currency_ID=285; \ No newline at end of file