diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-04-11 11:21:30 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-04-11 11:21:30 -0700 |
| commit | 2914a7824a18efd4c89e677dcc83c14ce9a28675 (patch) | |
| tree | 22916bbff9f9a94836de5805d92718671073fcd9 | |
| parent | 3707610bb71547ff5b83486f830122ec573e7585 (diff) | |
fix advanced invoice reports: agent and payment selection, calendar styling, RT#22258
| -rw-r--r-- | httemplate/search/report_cust_bill.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html index 51618fb24..b339c80e0 100644 --- a/httemplate/search/report_cust_bill.html +++ b/httemplate/search/report_cust_bill.html @@ -4,7 +4,7 @@ <INPUT TYPE="hidden" NAME="magic" VALUE="_date"> <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>"> -<TABLE BGCOLOR="#cccccc" CELLSPACING=0 +<TABLE BGCOLOR="#cccccc" CELLSPACING=0> % unless ( $custnum ) { <& /elements/tr-select-agent.html, |
