From cadfadbb30da5a47d9d2cca1c299be28011d712f Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Mon, 3 Dec 2007 18:11:21 +0000 Subject: [PATCH] Fix type in window help Reported by Offbyte in wiki manual --- migration/330-trunk/042_fix_typo_in_help.sql | 4 ++++ migration/330-trunk/postgresql/042_fix_typo_in_help.sql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 migration/330-trunk/042_fix_typo_in_help.sql create mode 100644 migration/330-trunk/postgresql/042_fix_typo_in_help.sql diff --git a/migration/330-trunk/042_fix_typo_in_help.sql b/migration/330-trunk/042_fix_typo_in_help.sql new file mode 100644 index 0000000000..cae3f9121c --- /dev/null +++ b/migration/330-trunk/042_fix_typo_in_help.sql @@ -0,0 +1,4 @@ +UPDATE AD_WINDOW + SET HELP = + 'The User Window allows you to maintain User of the system. Users can log into the system and have access to functionality via one or more roles. A user can also be a business partner contact.' + WHERE ad_window_id = 108 AND HELP LIKE '%aprtner%'; diff --git a/migration/330-trunk/postgresql/042_fix_typo_in_help.sql b/migration/330-trunk/postgresql/042_fix_typo_in_help.sql new file mode 100644 index 0000000000..cae3f9121c --- /dev/null +++ b/migration/330-trunk/postgresql/042_fix_typo_in_help.sql @@ -0,0 +1,4 @@ +UPDATE AD_WINDOW + SET HELP = + 'The User Window allows you to maintain User of the system. Users can log into the system and have access to functionality via one or more roles. A user can also be a business partner contact.' + WHERE ad_window_id = 108 AND HELP LIKE '%aprtner%';