From 4d9d7b07924ceb7386c0b5fc40e2ebc535bf3e4b Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 19 Aug 2004 10:56:42 +0000 Subject: [PATCH] backport select_list changes from 1.5 so the fix for #118 works in 1.4 branch too --- httemplate/edit/part_svc.cgi | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index 643c414c1..ce8c463b7 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -209,12 +209,20 @@ my %defs = ( if ( $def->{type} eq 'select' ) { $html .= qq!'; } elsif ( $def->{type} eq 'radius_usergroup_selector' ) { $html .= FS::svc_acct::radius_usergroup_selector( -- 2.11.0