Bugzilla – Attachment 100430 Details for
Bug 17845
Printers related code should be removed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17845: (QA follow-up) Remove hidden print input
Bug-17845-QA-follow-up-Remove-hidden-print-input.patch (text/plain), 1.58 KB, created by
Jonathan Druart
on 2020-03-10 10:13:06 UTC
(
hide
)
Description:
Bug 17845: (QA follow-up) Remove hidden print input
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-10 10:13:06 UTC
Size:
1.58 KB
patch
obsolete
>From 6d890078bf3625a2d916964d64853e508c6d6807 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 9 Mar 2020 16:44:57 +0000 >Subject: [PATCH] Bug 17845: (QA follow-up) Remove hidden print input > >As highlighted by Jonathan, the hidden 'print' form field is no longer >read and thus no longer required in the template. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 1eeb19e3af..e969656152 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -623,7 +623,6 @@ > > <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" /> > <input type="hidden" name="branch" value="[% branch | html %]" /> >- <input type="hidden" name="print" value="maybe" /> > <input type="hidden" name="debt_confirmed" value="[% debt_confirmed | html %]" /> > [% IF ( CHARGES ) %] > <input type="hidden" name="charges" value="yes" /> >-- >2.20.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 17845
:
79008
|
79553
|
79598
|
100396
|
100397
|
100398
|
100399
|
100400
|
100427
|
100428
|
100429
| 100430 |
100431
|
100432
|
100433
|
100434