X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fagent_type.cgi;h=ac41eec5c0fa94b9264b11b2e75d67f07902dd41;hb=57d69d5c1f98f778a0df82795ce21ee7bd21042a;hp=4f1ad8b20aa90b3086c654715b1f21d9827ea7f6;hpb=3d671921441ba8422650b54435a1959ad1d4c71d;p=freeside.git diff --git a/httemplate/edit/agent_type.cgi b/httemplate/edit/agent_type.cgi index 4f1ad8b20..ac41eec5c 100755 --- a/httemplate/edit/agent_type.cgi +++ b/httemplate/edit/agent_type.cgi @@ -1,5 +1,5 @@ <% -# +# use strict; use vars qw( $cgi $agent_type $action $hashref $p $part_pkg ); @@ -66,7 +66,7 @@ foreach $part_pkg ( qsearch('part_pkg',{}) ) { ; } -print qq!
!;