Bugzilla – Attachment 146014 Details for
Bug 32712
OPACShowCheckoutName makes OPAC explode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32712: (QA follow-up) Add missing include
Bug-32712-QA-follow-up-Add-missing-include.patch (text/plain), 1011 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2023-02-02 15:31:40 UTC
(
hide
)
Description:
Bug 32712: (QA follow-up) Add missing include
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-02-02 15:31:40 UTC
Size:
1011 bytes
patch
obsolete
>From 1b6e9c7bd1c6e50ab610c6d15fe2e46af2f666ec Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 2 Feb 2023 12:30:06 -0300 >Subject: [PATCH] Bug 32712: (QA follow-up) Add missing include > >I assumed it wasn't needed because teh .tt files using this already >includ teh Koha plugin. But we shuoldn't skip, just in case someone >doesn't notice when reusing this, and debugging will be a pain. > >Sorry for that. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc >index 4d3d4df21d2..0d5713d5aa8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc >@@ -1,4 +1,5 @@ > [% USE Branches %] >+[% USE Koha %] > [% USE AuthorisedValues %] > [% SET itemavailable = 1 %] > >-- >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 32712
:
145808
|
145831
|
145832
|
145840
|
145841
|
145847
| 146014