Bug 24612: Use the reserve_id to identify a reserve when building a notice
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 13 Apr 2020 11:42:02 +0000 (13:42 +0200)
committerAleisha Amohia <aleishaamohia@hotmail.com>
Thu, 11 Jun 2020 05:03:13 +0000 (05:03 +0000)
commitcbe1b8bb5706b17e60034c35107d91b170f14ce2
tree8af9da905f2097b10ec75e270646a501b8c9def4
parent29e53d6f734dcf0e5b072980d2f53b65d1c75e05
Bug 24612: Use the reserve_id to identify a reserve when building a notice

Now that we have the reserve_id PK on the reserves table we should use
it (instead of the couple borrowernumber, biblionumber)

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit aa1f0fd73fa2a8dadd86ef5defc390e164845429)
Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
C4/Letters.pm