RT# 74666, Added quotation description to customer quotation list and quotation view
[freeside.git] / httemplate / view / logo-agent.cgi
1 <% $conf->config_binary("logo.png", $agentnum) %>
2 <%init>
3
4 my $conf = new FS::Conf;
5
6 my $agentnum = $cgi->param('agentnum');
7
8 http_header('Content-Type' => 'image/png' );
9
10 </%init>