Bugzilla – Attachment 161553 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.78 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-01-26 18:11:14 UTC
(
hide
)
Description:
Bug 35483: (follow-up) Trivial indentation changes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-01-26 18:11:14 UTC
Size:
2.78 KB
patch
obsolete
>From cd51f4e44a3f1cc546b512b5e187e27ed057df8d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 26 Jan 2024 14:51:36 -0300 >Subject: [PATCH] Bug 35483: (follow-up) Trivial indentation changes >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Anneli Ãsterman <anneli.osterman@koha-suomi.fi> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../prog/en/includes/holds_table.inc | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 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 c2ad5079977..27c080009e6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -176,15 +176,15 @@ > [%- 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 -%] >- [%- ELSE -%] >- <span>No barcode</span> >- [%- END -%] >- <input type="hidden" name="itemnumber" value="[% hold.itemnumber | html %]" /> >- </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 -%] >+ [%- ELSE -%] >+ <span>No barcode</span> >+ [%- END -%] >+ <input type="hidden" name="itemnumber" value="[% hold.itemnumber | html %]" /> >+ </a> > [%- ELSE -%] > <select name="change_hold_type_[% hold.reserve_id | html %]"> > <option selected="selected" value="">Only item [%- IF ( hold.barcodenumber ) -%] >-- >2.43.0
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