http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11324
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA Version|3.14 |master Assignee|[email protected] |[email protected] |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 <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
