http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11324 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA Version|3.14 |master Assignee|koha-bugs@lists.koha-commun |dhorsman@xtra.co.nz |ity.org | Summary|"Delete All Items" fails |"Delete All Items" fails |except on "Normal Tab" 3.14 |except on "Normal Tab" --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- If [% countorders %] and [% countdeletedorders %] are coming up empty on MARCdetail.pl and other pages it's because the variable is not being set. If the variable is not being set, assuming those numbers are zero is inaccurate. Since confirm_deletion() is designed to warn users before taking potentially destructive action I think it's important that it get accurate data. A quick look suggests it's simply necessary to copy the relevant code from detail.pl to the other affected pages. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.