Bugzilla – Attachment 87048 Details for
Bug 21772
Add holds and account information tab to the SCO module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21772: (QA follow-up) Fix setting variables to PROCESS in holds
Bug-21772-QA-follow-up-Fix-setting-variables-to-PR.patch (text/plain), 1.33 KB, created by
Josef Moravec
on 2019-03-27 08:48:40 UTC
(
hide
)
Description:
Bug 21772: (QA follow-up) Fix setting variables to PROCESS in holds
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-27 08:48:40 UTC
Size:
1.33 KB
patch
obsolete
>From 0f06c81cf3a49be2d8ded6a480abd84e213cb003 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 27 Mar 2019 08:43:16 +0000 >Subject: [PATCH] Bug 21772: (QA follow-up) Fix setting variables to PROCESS in > holds > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index d52e6b89a8..6f074a8c07 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -597,7 +597,7 @@ > </div> <!-- / #opac-user-overdues --> > [% END # /overdues_count %] > >- [% PROCESS 'holds-table.inc' HOLDS => RESERVES, SuspendHoldsOpac = SuspendHoldsOpac, showpriority = showpriority, AutoResumeSuspendedHolds = AutoResumeSuspendedHolds %] >+ [% PROCESS 'holds-table.inc' HOLDS = RESERVES, SuspendHoldsOpac = SuspendHoldsOpac, showpriority = showpriority, AutoResumeSuspendedHolds = AutoResumeSuspendedHolds %] > > [% IF Koha.Preference('ArticleRequests') %] > <div id="opac-user-article-requests"> >-- >2.11.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 21772
:
86331
|
86332
|
86333
|
86334
|
86495
|
87042
|
87043
|
87044
|
87045
|
87046
|
87047
| 87048 |
87064
|
87067