http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7684
--- Comment #84 from mathieu saby <[email protected]> --- The " was the cause of the problem... I tested without them, it is ok. Test 1 : - file with 68 barcodes from Library1 - Location 1 - compared with the collection of Library1 - Location 1 - message "68 items modified : datelastseen set to 24/09/2013" - in the table : 621 entries -- 68 items with "Change item status" in Problem column -- the other with "Item should not have been scanned" => OK Test 1 : - same file - compared with the collection of Library1 - Location 1 - checkbox checked "Exclu du prêt" (in the first column) - message "68 items modified : datelastseen set to 24/09/2013" - in the table : 129 entries -- 68 items with "Change item status" in Problem column -- the other with "Item should not have been scanned" => KO because I don't have 129 "Exclu du prêt" items in my database The query select itemnumber from items where homebranch="BU" and location ="MAG" and notforloan = 3 gives me 18 items with notforloan=3 "3" is the value of "Exclu du prêt" in authorized values lists mapped with notforloan. And indeed, in the list of 129 entries, some have "Empruntable" status... So I think something is wrong. An other point (a little detail) : maybe in english "Change item status" is not right. What about "Item status changed" or something more explicit like "Item marked seen" ? Mathieu -- You are receiving this mail because: 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/
