[Koha-bugs] [Bug 17674] Allow UI to delete serials issues in batch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 18 18:39:28 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17674

--- Comment #55 from Owen Leonard <oleonard at myacpl.org> ---
(In reply to Roch D'Amour from comment #50)
> - Try to delete some serials that has items available, the confirmation
> dialog does not ask

There is a typo which is preventing this from working correctly:

[% IF $countitems > 0 %]

should be 

[% IF countitems > 0 %]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list