From: ivan Date: Thu, 8 Feb 2007 22:54:19 +0000 (+0000) Subject: slightly less cryptic docs for groups_susp_reason option X-Git-Tag: TRIXBOX_2_6~660 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=320a556afd993320bbce19872462a2eb3d2f8113 slightly less cryptic docs for groups_susp_reason option --- diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index 5bf9b7a6a..139f4001f 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -33,7 +33,7 @@ tie %options, 'Tie::IxHash', }, 'overlimit_groups' => { label => 'Radius groups to assign to svc_acct which has exceeded its bandwidth or time limit', } , 'groups_susp_reason' => { label => - 'Radius group mapping to reason (via template user)', + 'Radius group mapping to reason (via template user) (svcnum|username|username@domain reasonnum|reason)', type => 'textarea', },