Bugzilla – Attachment 108332 Details for
Bug 22393
Remove last remaining manualinvoice use
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22393: (QA follow-up) Typos and Filters
Bug-22393-QA-follow-up-Typos-and-Filters.patch (text/plain), 2.77 KB, created by
Katrin Fischer
on 2020-08-15 13:48:35 UTC
(
hide
)
Description:
Bug 22393: (QA follow-up) Typos and Filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-08-15 13:48:35 UTC
Size:
2.77 KB
patch
obsolete
>From f783936fa11ea049665edc54bc8cec0fcb822fa0 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 10 Jul 2020 17:39:53 +0100 >Subject: [PATCH] Bug 22393: (QA follow-up) Typos and Filters > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >index 028bbf1ed6..1490f1c745 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >@@ -42,7 +42,7 @@ > </div> > [% ELSIF error %] > <div id="error_message" class="dialog alert"> >- An error occured, please try again: [% error %] >+ An error occurred, please try again: [% error | html %] > </div> > [% END %] > <form action="/cgi-bin/koha/members/maninvoice.pl" method="post" id="maninvoice"> >@@ -63,10 +63,10 @@ > [% END %] > </select> > </li> >- <li><label for="barcode">Barcode: </label><input type="text" name="barcode" id="barcode" value="[% barcode %]" /></li> >- <li><label for="desc">Description: </label><input type="text" name="desc" id="desc" size="50" value="[% desc %]" /></li> >- <li><label for="note">Note: </label><input type="text" name="note" size="50" id="note" value="[% note %]" /></li> >- <li><label for="amount">Amount: </label><input type="number" name="amount" id="amount" required="required" step="any" min="0" value="[% amount %]" /> Example: 5.00</li> >+ <li><label for="barcode">Barcode: </label><input type="text" name="barcode" id="barcode" value="[% barcode | html %]" /></li> >+ <li><label for="desc">Description: </label><input type="text" name="desc" id="desc" size="50" value="[% desc | html %]" /></li> >+ <li><label for="note">Note: </label><input type="text" name="note" size="50" id="note" value="[% note | html %]" /></li> >+ <li><label for="amount">Amount: </label><input type="number" name="amount" id="amount" required="required" step="any" min="0" value="[% amount | $Price on_editing => 1 %]" /> Example: 5.00</li> > </ol> > </fieldset> > <fieldset class="action"> >-- >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 22393
:
85516
|
95298
|
95303
|
95308
|
95309
|
95325
|
95326
|
98662
|
98663
|
103336
|
103382
|
103897
|
103898
|
106773
|
108330
|
108331
| 108332