Bugzilla – Attachment 91570 Details for
Bug 7468
Add label to batch by barcode range
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7468: (follow-up) Add missing filters
Bug-7468-follow-up-Add-missing-filters.patch (text/plain), 2.60 KB, created by
Maryse Simard
on 2019-07-17 15:58:06 UTC
(
hide
)
Description:
Bug 7468: (follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Maryse Simard
Created:
2019-07-17 15:58:06 UTC
Size:
2.60 KB
patch
obsolete
>From 2f4db88524a939635687635d950ea754a48ac5df Mon Sep 17 00:00:00 2001 >From: Maryse Simard <maryse.simard@inlibro.com> >Date: Wed, 17 Jul 2019 11:51:26 -0400 >Subject: [PATCH] Bug 7468: (follow-up) Add missing filters > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >index 9752ed8..63b3836 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >@@ -43,9 +43,9 @@ > <p> > <a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&template_id=[% batche.template_id | html %]&layout_id=[% batche.layout_id | html %]">Download as XML</a></p> > [% ELSIF (batche.from && batche.to) %] >- <legend>Barcodes from [% batche.from %] to [% batche.to %]</legend> >+ <legend>Barcodes from [% batche.from | html %] to [% batche.to | html %]</legend> > <p> >- <a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=0&template_id=[% batche.template_id %]&layout_id=[% batche.layout_id %]&start_label=[% batche.start_label %]&from=[% batche.from %]&to=[% batche.to %]">Download as PDF</a> >+ <a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=0&template_id=[% batche.template_id | html %]&layout_id=[% batche.layout_id | html %]&start_label=[% batche.start_label | html %]&from=[% batche.from | html %]&to=[% batche.to | html %]">Download as PDF</a> > </p> > [% END %] > </fieldset> >@@ -76,8 +76,8 @@ > [% FOREACH item_number IN item_numbers %] > <input type="hidden" name="item_number" value="[% item_number.item_number | html %]" /> > [% END %] >- <input type="hidden" name="from" value="[% from %]" /> >- <input type="hidden" name="to" value="[% to %]" /> >+ <input type="hidden" name="from" value="[% from | html %]" /> >+ <input type="hidden" name="to" value="[% to | html %]" /> > <fieldset class="rows"> > <ol> > <li> >-- >2.7.4
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 7468
:
67184
|
67598
|
67636
|
70980
|
77592
|
81071
|
81072
|
81073
|
81074
|
81075
|
91568
|
91569
|
91570
|
97454
|
97455
|
97456
|
97457
|
97458
|
97459
|
97460
|
97461
|
97551
|
97552
|
97553
|
97554
|
97555
|
97556
|
97557
|
97558
|
97638
|
97639
|
97640
|
97641
|
97642
|
97643
|
97644
|
97645
|
97646