http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7144 --- Comment #29 from Srdjan Jankovic <srdjan@catalyst.net.nz> --- (In reply to comment #28)
Finally... I could test and make this patch work !
Patch pushed, but 2 questions: * the string for items returned by patrons is usually "check in" in Koha (see mainpage.pl for example). Here, it's "return". Should it be fixed for consistency or is it an english subtilty i'm missing ?
Not being a native speaker I'm subtlety resistant myself. My train of thoughts was: - "Check in" branch is where an item is *returned by the borrower* (checked-in); "Return" branch is where the item is supposed to be stored, ie *returned by the receiving librarian* - The original syspref was named "HomeOrHoldingBranchReturn". I could have named it "BranchReturn", but "ReturnBranch" somehow appealed more.
* I'm not sure that the "all libraries" rule work. I could make the feature working by entering "item float" for a given library. Maybe I made something wrong, maybe it's how it's supposed to work, explanation welcomed ;-)
I'm not sure what particular rule/operation you are referring to. Can you please tell me what to do to duplicate the issue. Also, I've found a small bug there, will create a follow up -- You are receiving this mail because: You are watching all bug changes.