Bugzilla – Attachment 37202 Details for
Bug 2542
Manual fine/credit fail on superfluous characters ( e.g. '$' )
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 2542: Does not empty the amount field when the fine type is changed
Bug-2542-Does-not-empty-the-amount-field-when-the-.patch (text/plain), 1.18 KB, created by
Jonathan Druart
on 2015-03-25 08:07:19 UTC
(
hide
)
Description:
Bug 2542: Does not empty the amount field when the fine type is changed
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-25 08:07:19 UTC
Size:
1.18 KB
patch
obsolete
>From c32d9dde1315d99c17c6274d2d14c0a69f301d8b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 25 Mar 2015 09:05:52 +0100 >Subject: [PATCH] Bug 2542: Does not empty the amount field when the fine type > is changed > >--- > 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 520eb2d..0f2f6e1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >@@ -45,11 +45,11 @@ $(document).ready(function(){ > <li> > <script type="text/javascript"> > var type_fees = new Array(); >-type_fees['L'] = ''; >-type_fees['F'] = ''; >-type_fees['A'] = ''; >-type_fees['N'] = ''; >-type_fees['M'] = ''; >+type_fees['L'] = '0'; >+type_fees['F'] = '0'; >+type_fees['A'] = '0'; >+type_fees['N'] = '0'; >+type_fees['M'] = '0'; > [% FOREACH invoice_types_loo IN invoice_types_loop %] > type_fees['[% invoice_types_loo.authorised_value %]'] = "[% invoice_types_loo.lib %]"; > [% END %] >-- >2.1.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 2542
:
36989
|
36990
|
37145
|
37166
|
37202
|
37538
|
37555
|
37556