Bugzilla – Attachment 159594 Details for
Bug 35483
Restore item level to record level hold switch in hold table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35483: (follow-up) Trivial indentation changes
Bug-35483-follow-up-Trivial-indentation-changes.patch (text/plain), 2.81 KB, created by
Owen Leonard
on 2023-12-05 16:09:14 UTC
(
hide
)
Description:
Bug 35483: (follow-up) Trivial indentation changes
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-12-05 16:09:14 UTC
Size:
2.81 KB
patch
obsolete
>From 8369cbf6cbd6d70715fa9de84c9c177aee5638d6 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 5 Dec 2023 16:07:34 +0000 >Subject: [PATCH] Bug 35483: (follow-up) Trivial indentation changes > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/includes/holds_table.inc | 20 +++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >index 35165e2e41..a13523c997 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -176,17 +176,17 @@ > [%- IF ( hold.item_level_hold ) -%] > <em> > [%- IF ! hold.change_hold_type_allowed -%] >- <span>Only item</span> >- <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% hold.biblionumber | uri %]&itemnumber=[% hold.itemnumber | uri %]#item[% hold.itemnumber | uri %]"> >- [%- IF ( hold.barcodenumber ) -%] >- [%- hold.barcodenumber | html -%] >- <input type="hidden" name="itemnumber" value="[% hold.itemnumber | html %]" /> >- [%- ELSE -%] >- <span>No barcode</span> >- [%- END -%] >- </a> >+ <span>Only item</span> >+ <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% hold.biblionumber | uri %]&itemnumber=[% hold.itemnumber | uri %]#item[% hold.itemnumber | uri %]"> >+ [%- IF ( hold.barcodenumber ) -%] >+ [%- hold.barcodenumber | html -%] >+ <input type="hidden" name="itemnumber" value="[% hold.itemnumber | html %]" /> >+ [%- ELSE -%] >+ <span>No barcode</span> >+ [%- END -%] >+ </a> > [%- ELSE -%] >- <select name="change_hold_type_[% hold.reserve_id | html %]"> >+ <select name="change_hold_type_[% hold.reserve_id | html %]"> > <option selected="selected" value="">Only item [%- IF ( hold.barcodenumber ) -%] > [%- hold.barcodenumber | html -%] > [%- ELSE -%] >-- >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 35483
:
159566
|
159593
|
159594
|
159671
|
159672
|
161552
|
161553