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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 22 May 2020 08:33:17 +0000 (09:33 +0100)
commitaa1f0fd73fa2a8dadd86ef5defc390e164845429
tree9b67296eecccb782269757aa2142459feb12b29e
parente9e8b635e14fe1229006b556e8aa0babf61455c7
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>
C4/Letters.pm