bug 2518: remove useless patron and branch lookups
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 14 Aug 2008 15:43:06 +0000 (10:43 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 28 Oct 2008 21:50:50 +0000 (22:50 +0100)
commit034dd5242eec3197bbabe1065112f2643b45af3c
treecb41e7345a318d58e1a361f98e48408f175ba4e6
parentf964d0eb4c7df93c5e8ff09d363c10e17048c709
bug 2518: remove useless patron and branch lookups

AddIssue does not use the results of the lookup
of the patron whose hold request was preempted
by the issue.  This patch now leaves a no-op in
the '$restype eq "Waiting"' test, but I'm not going to
refactor the hold cancellation logic now.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Circulation.pm