Bugzilla – Attachment 163724 Details for
Bug 36030
Do not show "Place hold" for deleted biblio record on basket page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36030: acqui/basket: Do not place hold on deleted biblio
Bug-36030-acquibasket-Do-not-place-hold-on-deleted.patch (text/plain), 1.70 KB, created by
Emily Lamancusa (emlam)
on 2024-03-22 17:22:04 UTC
(
hide
)
Description:
Bug 36030: acqui/basket: Do not place hold on deleted biblio
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-03-22 17:22:04 UTC
Size:
1.70 KB
patch
obsolete
>From db7eb617fcf6c5e21c040071084adda9b065dc10 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 8 Feb 2024 10:42:53 +0000 >Subject: [PATCH] Bug 36030: acqui/basket: Do not place hold on deleted biblio > >Trivial fix. > >Test plan: >Find a deleted biblio record in ACQ (in active orders part) and >verify that there is no Place hold option on that row. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index c697a9650b..a5df205df7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -708,7 +708,7 @@ > <td>[% books_loo.suppliers_report | html %]</td> > [% END %] > <td> >- [% IF ( CAN_user_reserveforothers_place_holds ) %] >+ [% IF ( books_loo.biblionumber && CAN_user_reserveforothers_place_holds ) %] > <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% books_loo.biblionumber | uri %]"> > Place hold > </a> >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36030
:
161884
| 163724