Bugzilla – Attachment 138812 Details for
Bug 27779
Cashup summary 'refunds' should denote what the refund was actioned against
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27779: (QA follow-up) Fix translation issue with 'against'
Bug-27779-QA-follow-up-Fix-translation-issue-with-.patch (text/plain), 1.46 KB, created by
Martin Renvoize (ashimema)
on 2022-08-08 14:18:53 UTC
(
hide
)
Description:
Bug 27779: (QA follow-up) Fix translation issue with 'against'
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-08-08 14:18:53 UTC
Size:
1.46 KB
patch
obsolete
>From bdf875d196fd3af43abf6059505306c547821a5b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 31 Jan 2022 21:04:52 +0000 >Subject: [PATCH] Bug 27779: (QA follow-up) Fix translation issue with > 'against' > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > koha-tmpl/intranet-tmpl/prog/js/cashup_modal.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/cashup_modal.js b/koha-tmpl/intranet-tmpl/prog/js/cashup_modal.js >index c2fcd833bb..3cc7914c5e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/cashup_modal.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/cashup_modal.js >@@ -20,7 +20,7 @@ $(document).ready(function() { > tbody.empty(); > for (out of data.summary.payout_grouped) { > if ( out.credit_type_code == 'REFUND' ) { >- tbody.append('<tr><td>' + out.credit_type.description + ' against ' + out.related_debit.debit_type.description + '</td><td>- ' + out.total + '</td></tr>'); >+ tbody.append('<tr><td>' + out.credit_type.description + ' ' + __("against") + ' ' + out.related_debit.debit_type.description + '</td><td>- ' + out.total + '</td></tr>'); > } else { > tbody.append('<tr><td>' + out.credit_type.description + '</td><td>- ' + out.total + '</td></tr>'); > } >-- >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 27779
:
121218
|
121219
|
121224
|
121225
|
127552
|
127553
|
127554
|
130024
|
136491
|
136492
|
136493
|
136494
|
136495
|
137386
|
137387
|
137388
|
137389
|
137390
|
138809
|
138810
|
138811
| 138812 |
138813
|
138849
|
138883
|
138884