timeworked report: carry the date range through to the success redirect
[freeside.git] / httemplate / misc / timeworked.html
index db4b64c..46063e8 100755 (executable)
@@ -92,6 +92,9 @@
 
 <BR>
 
+<INPUT TYPE="hidden" NAME="begin" VALUE="<% $cgi->param('begin') |h %>">
+<INPUT TYPE="hidden" NAME="end"   VALUE="<% $cgi->param('end')   |h %>">
+
 <INPUT TYPE="submit" NAME="submit" VALUE="<% $title %>">
 </FORM>