Bugzilla – Attachment 161884 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.67 KB, created by
Marcel de Rooy
on 2024-02-08 10:44:28 UTC
(
hide
)
Description:
Bug 36030: acqui/basket: Do not place hold on deleted biblio
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-02-08 10:44:28 UTC
Size:
1.67 KB
patch
obsolete
>From fdc164656fef0b4cdac2fd86326c9869feea86f4 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 >Content-Type: text/plain; charset=utf-8 > >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> >--- > 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 21c0351f1a..1f5279c37a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -681,7 +681,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.30.2
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