18 Apr
2018
18 Apr
'18
5:39 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17674 --- Comment #55 from Owen Leonard <oleonard@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.