http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1606 Summary: OPAC suggestions disappear after librarian action Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: OPAC AssignedTo: jmf@liblime.com ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@nongnu.org The template for opac-suggestions.pl indicates that after a librarian has taken action on a suggestion, that information should be displayed in the OPAC: <!-- TMPL_IF name="ASKED" -->Requested<!-- /TMPL_IF --> <!-- TMPL_IF name="ACCEPTED" -->Accepted by the library<!-- /TMPL_IF --> <!-- TMPL_IF name="ORDERED" -->Ordered by the library<!-- /TMPL_IF --> <!-- TMPL_IF name="REJECTED" -->Suggestion declined <!-- /TMPL_IF --> <!-- TMPL_IF name="AVAILABLE" -->Available in the library<!-- /TMPL_IF --> <!-- TMPL_IF name="reason" -->(<!-- TMPL_VAR name="reason" -->)<!-- /TMPL_IF --> However, when a suggestion is rejected or accepted by a librarian, that suggestion disappears from the listing in the OPAC. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.