@@ -, +, @@ telecom regulation as well when accessing 'SMS cellular providers' under 'Administration -> Additional parameters' --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -129,7 +129,7 @@ Patrons: - - "Use the SMS::Send::" - pref: SMSSendDriver - - driver to send SMS messages. + - driver to send SMS messages. (Do not set this to 'Email' if you are in India)
- "Define a username/login" - pref: SMSSendUsername - "and a password" --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt @@ -55,7 +55,8 @@ [% ELSE %]
- There are no SMS cellular providers defined. + There are no SMS cellular providers defined.

+ This feature does not work if you are in India
[% END %] --