https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28705
--- Comment #7 from Marcel de Rooy <[email protected]> --- (In reply to Martin Renvoize from comment #6) > Silly question, do we highlight there's an article request pending at > check-in already.. if not I could see that being nicely folded in here too.. > I would be helpful to have such cases flagged at return so the item can be > put to one side to process the article request. > > Generally, though, this seems like a nice feature. Thanks for your feedback. The check-in case is yet another one to take care of. The problem is that article request originally has been developed without considering the need of integration with Circulation. I would prefer to keep this report now at its current size. When checking in, we touch the point of comparing the priority of holds and article requests. Which one should go first? The oldest one? This problem is not yet actual here. In the code we just look first at holds to see if renewal is possible. If there are no holds, we check article requests. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
