[Koha-bugs] [Bug 15711] Deleting patroncard images has unexpected behaviour and is broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 19 13:54:17 CEST 2016


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

--- Comment #7 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Jonathan Druart from comment #6)
> I still get the same behavior.

  6             function DeleteConfirm() {
  7                 var results = selected_images("delete");
  8                 if (results.images != 0) {

It seems that selected_images returns -1, and so the if is evaluated true
(results.images is undefined which is != 0)

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


More information about the Koha-bugs mailing list