Bugzilla – Attachment 47240 Details for
Bug 11573
Fine descriptions related to Rentals are untranslatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11573 - removing title double ups on boraccount.tt
Bug-11573---removing-title-double-ups-on-boraccoun.patch (text/plain), 2.87 KB, created by
Mark Tompsett
on 2016-01-25 04:32:11 UTC
(
hide
)
Description:
Bug 11573 - removing title double ups on boraccount.tt
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2016-01-25 04:32:11 UTC
Size:
2.87 KB
patch
obsolete
>From 177f9dbf8d8eada581d1f3eef85bba904429c507 Mon Sep 17 00:00:00 2001 >From: Liz Rea <liz@catalyst.net.nz> >Date: Fri, 17 Jan 2014 22:33:30 +1300 >Subject: [PATCH] Bug 11573 - removing title double ups on boraccount.tt > >To test: >1. Create a bunch of fines (or view your existing fines data) - it should have lost entries, rentals, rental renewals, and regular fines and fine updates. >2. View the fines tab for your borrower with fines >3. without the patch, it will look like the submitted screenshot >4. with the patch, there will be few, if any, doubleups of title > >This patch may be incomplete - there may be cases that still need work. I'm happy to do followups. >Rental fees and rental renewals will not look wholly consistent without the other attached patch, but this one does not require it. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index 824c41c..dbfe596 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -84,10 +84,10 @@ $(document).ready(function() { > [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) > [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) > [% CASE 'N' %]New card >- [% CASE 'F' %]Fine >+ [% CASE 'F' %]Fine, [% account.title %] > [% CASE 'A' %]Account management fee > [% CASE 'M' %]Sundry >- [% CASE 'L' %]Lost item >+ [% CASE 'L' %]Lost > [% CASE 'W' %]Writeoff > [% CASE 'FU' %]Accruing fine > [% CASE 'Rent' %]Rental fee >@@ -100,7 +100,7 @@ $(document).ready(function() { > [% CASE %][% account.accounttype %] > [%- END -%] > [%- IF account.description %], [% account.description %][% END %] >- [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&itemnumber=[% account.itemnumber %]">View item</a> [% END %][% account.title |html %]</td> >+ [% IF ( account.itemnumber ) %]<a title="[% account.title %]" href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&itemnumber=[% account.itemnumber %]">View item</a> [% END %]</td> > <td>[% account.note | html_line_break %]</td> > [% IF ( account.amountcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount %]</td> > [% IF ( account.amountoutstandingcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding %]</td> >-- >2.1.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 11573
:
24473
|
24485
|
24486
|
25715
|
27822
|
27823
|
27824
|
47236
|
47237
|
47238
|
47239
|
47240
|
47241
|
47242
|
47288
|
47289
|
47290
|
47291
|
88549
|
88600
|
88601
|
88602
|
88603
|
88604
|
88605
|
88606
|
88726
|
88727
|
88728
|
88729
|
90231
|
90232
|
90233
|
90234
|
90246
|
90256
|
90313
|
90314
|
90315
|
90316
|
91529
|
91530
|
91531
|
91532
|
91800
|
91801
|
91802
|
91803
|
91804
|
91805
|
91806