From bc9b0aca44f8b394cfd852f4d440bfa977bf0dd6 Mon Sep 17 00:00:00 2001 From: rangi Date: Sat, 7 Dec 2002 04:38:56 +0000 Subject: [PATCH] Added a note that this module is slated to be removed --- C4/Accounts.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index ec4265aa27..c203463467 100755 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -1,5 +1,11 @@ package C4::Accounts; #assumes C4/Accounts +# This module uses the CDK modules, and crashes if called from a web script +# Hence the existence of Accounts2 +# +# This module will be deprecated when we build a new curses/slang/character +# based interface. + # $Id$ # Copyright 2000-2002 Katipo Communications -- 2.39.5