http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=244 mwhansen@hmc.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Dual Log-Ins Showing in Till|stats.pl needs to be |Reconciliations |templated ------- Additional Comments From mwhansen@hmc.edu 2003-03-29 13:07 ------- This is happening because stats.pl includes reports-top.tmpl via startmenu() in C4::Output. The browser does not know how to handle the <TMPL> tags and so it ignores them -- what you end up with is the HTML in both the <TMPL_IF> and and in the <TMPL_ELSE> tag. This will be resolved when stats.pl gets templated. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.