diff options
author | ivan <ivan> | 2006-10-09 00:30:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-10-09 00:30:58 +0000 |
commit | 9186ed8ab4b2b25e91efe6d0dcabeaef191a2709 (patch) | |
tree | dd37616e9cb43b57c75d975dc6f406025081851d /FS | |
parent | 17fa39cf364f9876d41c033f63ef0b4f6f8b1bb7 (diff) |
have the new style notes be the default
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c956b5b0c..bafdd793f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1781,9 +1781,9 @@ httemplate/docs/config.html }, { - 'key' => 'cust_main-use_notes', + 'key' => 'cust_main-disable_notes', 'section' => 'UI', - 'description' => 'Display link to add timestamped and user identified customr notes. Useful in tracking who did what.', + 'description' => 'Disable new style customer notes - timestamped and user identified customr notes. Useful in tracking who did what.', 'type' => 'checkbox', }, |