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)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 18 Aug 2008 12:15:24 +0000 (07:15 -0500)
commit80a7d712aad3539990d17e09fa4af822d81ddd29
tree6ec827a8a82e6caa28b28177c633b39118dcdee8
parentc7bc8676958bed8bc9ebfdd7aba3cb7c42d8701c
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