]> git.koha-community.org Git - koha.git/commit
Bug 18651: Update issue_id in AddReturn
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 22 May 2017 15:02:20 +0000 (12:02 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 22 Jun 2017 07:43:16 +0000 (09:43 +0200)
commite7bbda6b23fdc2409d199da0a2e655c2a6395b25
tree0ccb3f75816245ce5dd965b38ecceff6ed2bbcb6
parente36297e861e4a45ec6fdbc7c9205a9b4db75ffbe
Bug 18651: Update issue_id in AddReturn

1. AddReturn returns a $issue hashref with the old issue_id value
=> At first glance it does not affect anything, but would be good to fix
it for future uses.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
(cherry picked from commit c3c9d61570b61ec49d508261f0500463a73925d6)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Circulation.pm
t/db_dependent/Circulation/Returns.t