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>
This commit is contained in:
parent
e9e8b635e1
commit
aa1f0fd73f
1 changed files with 1 additions and 1 deletions
|
@ -1519,7 +1519,7 @@ sub _get_tt_params {
|
|||
module => 'Koha::Holds',
|
||||
singular => 'hold',
|
||||
plural => 'holds',
|
||||
fk => [ 'borrowernumber', 'biblionumber' ],
|
||||
pk => 'reserve_id',
|
||||
},
|
||||
serial => {
|
||||
module => 'Koha::Serials',
|
||||
|
|
Loading…
Reference in a new issue