http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10860
--- Comment #41 from Jonathan Druart <[email protected]> --- (In reply to Katrin Fischer from comment #40) > Hi Jonathan, reading through the description - can you explain some more > about the use case for the cronjob and how it might be used in the library? The script was for a specific need: The patrons cannot checkout specific items (rares for instance). But they can checkout them for an "in-house use" (replace this term with the one you prefer :)). These items are stored in a special local (location). At the end of the day, the items which have been checked out "in-house" are marked in transit. But actually someone puts them back in the local, so they are not in transit anymore. To avoid a manual action, this script simulates a checkin. That's why you can specify a location in parameter of the script. I did not remember the script was submitted here. I can remove it if someone notes it's too specific. -- 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/
