Fixed Bug 612 : Renewal failure gives no feedback
Hey All, I fixed bug 612 in dev_week. The files I needed to modify were renewscript.pl, moremember.pl, and moremember.tmpl. If anyone wants to pull this fix into other branches, please do so. For the template maintainers, I added this near the top of my moremember.tmpl: <!-- TMPL_IF NAME="failedRenewals"--> <p><font color="red"><strong><!-- TMPL_VAR name="failedRenewals" --> Or More Items Were Unable To Be Renewed.</strong></font></p> <!-- /TMPL_IF --> Later, in the issues loop I added this to the table headers: <!-- TMPL_IF NAME="failedRenewals"--><th>Renew Attempt</th><!-- /TMPL_IF --> and this to the issueloop <td><!-- TMPL_IF name="failedrenewal" --><font color="red">Renewal Failed</font><!-- /TMPL_IF --></td> As dev_week is not even listed in bugs.koha.org, I have not touched the bug report for this issue. Kyle -- IT Tech Crawford County Federated Library System
participants (1)
-
Kyle Hall