]> git.koha-community.org Git - koha.git/commit
Bug 37400 - In returns.pl don't search for a patron unless needed
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 18 Jul 2024 11:27:47 +0000 (07:27 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 22 Jul 2024 09:42:05 +0000 (10:42 +0100)
commit82535a488764be5437c47d38953eb0aea81ce4ee
treef6e13a284e423089841e0ef33360f6d0332f93a9
parentdeb9bf78b8197eeb90e2c9c9088104a0b91d498b
Bug 37400 - In returns.pl don't search for a patron unless needed

In returns.pl we find a patron, then use it in an if statement.

Test Plan:
Cancel a hold with other holds remaining on the record.
No change should be noted.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
circ/returns.pl