diff options
Diffstat (limited to 'httemplate/search/report_tax.html')
-rwxr-xr-x | httemplate/search/report_tax.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index ee25f62e7..8d8d1084c 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -33,6 +33,16 @@ district => 'District', }, &> + <TR> + <TD></TD> + <TD>Deduct credited tax if it was + <SELECT NAME="credit_date"> + <OPTION VALUE="cust_bill" SELECTED>invoiced in this period</OPTION> + <OPTION VALUE="cust_credit_bill">credited in this period</OPTION> + </SELECT> + </TD> + </TR> + </TABLE> <BR><INPUT TYPE="submit" VALUE="Get Report"> |