Bugzilla – Attachment 86805 Details for
Bug 22330
Transfer limits should be respected for placing holds in staff interface and APIs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22330: (QA follow-up) Fix QA script failure
Bug-22330-QA-follow-up-Fix-QA-script-failure.patch (text/plain), 1.45 KB, created by
Josef Moravec
on 2019-03-20 14:37:47 UTC
(
hide
)
Description:
Bug 22330: (QA follow-up) Fix QA script failure
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-20 14:37:47 UTC
Size:
1.45 KB
patch
obsolete
>From 49b6827255a74a5f62aebca9b53c53252bb94481 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 20 Mar 2019 07:02:11 -0400 >Subject: [PATCH] Bug 22330: (QA follow-up) Fix QA script failure > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index fd7571ebff..ffb37529f2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -663,8 +663,8 @@ > [% INCLUDE 'columns_settings.inc' %] > [% Asset.js("js/circ-patron-search-results.js") | $raw %] > <script> >- var biblionumber = "[% biblionumber %]"; >- var borrowernumber = "[% patron.borrowernumber %]"; >+ var biblionumber = "[% biblionumber | $raw %]"; >+ var borrowernumber = "[% patron.borrowernumber | $raw %]"; > var MSG_CONFIRM_DELETE_HOLD = _("Are you sure you want to cancel this hold?"); > var patron_homebranch = "[% Branches.GetName( patron.branchcode ) |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') | html %]"; > var override_items = {[% FOREACH bibitemloo IN bibitemloop %][% FOREACH itemloo IN bibitemloo.itemloop %][% IF ( itemloo.override ) %] >-- >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 22330
:
85067
|
85068
|
86479
|
86480
|
86481
|
86482
|
86758
|
86759
|
86760
|
86779
|
86802
|
86803
|
86804
| 86805 |
86806
|
86807