https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20661 --- Comment #8 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to M. Tompsett from comment #6)
Comment on attachment 74858 [details] [review] Bug 20661: Shortcut scripts if a blocking error appeared
Review of attachment 74858 [details] [review]: -----------------------------------------------------------------
::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt @@ +12,5 @@
+<div id="breadcrumbs"> + <a href="/cgi-bin/koha/mainpage.pl">Home</a> + › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> + [% UNLESS blocking_error %]› Circulation statistics for [% title |html %][% END %]
Why add this unless, when line 26 still displays the title?
It did not, title was an empty string. But it indeed makes sense to swap these 2 lines. -- You are receiving this mail because: You are watching all bug changes.