X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fsearch%2Freport_cust_credit.html;h=8ca52dc9a43c08f7ae50e41d48c8d5a254721e77;hb=a0732f52fdcc2bca7c399d1249ccceb191de51cd;hp=ceffca75d018c334a4718928f3ec431e97b69ab3;hpb=b8cfd0780aa40bb07f3215bf9cb58011f5e32a35;p=freeside.git diff --git a/httemplate/search/report_cust_credit.html b/httemplate/search/report_cust_credit.html index ceffca75d..8ca52dc9a 100644 --- a/httemplate/search/report_cust_credit.html +++ b/httemplate/search/report_cust_credit.html @@ -1,58 +1,38 @@ - - - Credit report criteria - - - - - - -

Credit report criteria

-
- - - - +<%= include('/elements/header.html', 'Credit report' ) %> + + + + +
Credits by employee:
+ + + <% my $sth = dbh->prepare("SELECT DISTINCT otaker FROM cust_credit") or die dbh->errstr; $sth->execute or die $sth->errstr; my @otakers = map { $_->[0] } @{$sth->fetchall_arrayref}; %> - - - - - - - - - - - - -
Credits by employee: -
From:
m/d/y
To:
m/d/y
-
-
- - + + + + + <%= include( '/elements/tr-select-agent.html', + $cgi->param('agentnum'), + 'label' => 'for agent: ', + ) + %> + <%= include( '/elements/tr-input-beginning_ending.html' ) %> + + +
+ + + + +<%= include('/elements/footer.html') %>