Bugzilla – Attachment 129980 Details for
Bug 29767
Add cash registers, debit and credit types to report runtime parameters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29767: (QA follow-up) Make singular/plural forms consistent
Bug-29767-QA-follow-up-Make-singularplural-forms-c.patch (text/plain), 2.60 KB, created by
Katrin Fischer
on 2022-01-30 13:19:57 UTC
(
hide
)
Description:
Bug 29767: (QA follow-up) Make singular/plural forms consistent
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-01-30 13:19:57 UTC
Size:
2.60 KB
patch
obsolete
>From 7353b33bf1016094253c2b769e61ddc8ace2e6e2 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 30 Jan 2022 13:16:12 +0000 >Subject: [PATCH] Bug 29767: (QA follow-up) Make singular/plural forms > consistent > >Just fixes some strings to match with the other runtime >parameters in their singular and plural forms. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >https://bugs.koha-community.org/show_bug.cgi?id=29796 >--- > .../prog/en/modules/reports/guided_reports_start.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 1cf557e1c5..60b18e3e17 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -1637,13 +1637,13 @@ > $("#param_category").val("cash_registers"); > break; > case "insertDebittypes": >- modalTitle.text( _("Insert debit types parameter") ); >- $("#paramLabel").val( _("Debit types") ); >+ modalTitle.text( _("Insert debit type parameter") ); >+ $("#paramLabel").val( _("Debit type") ); > $("#param_category").val("debit_types"); > break; > case "insertCredittypes": >- modalTitle.text( _("Insert credit types parameter") ); >- $("#paramLabel").val( _("Credit types") ); >+ modalTitle.text( _("Insert credit type parameter") ); >+ $("#paramLabel").val( _("Credit type") ); > $("#param_category").val("credit_types"); > break; > case "insertList": >@@ -2449,7 +2449,7 @@ > <li><a href="#" class="insertParam" id="insertBranches">Libraries</a></li> > <li><a href="#" class="insertParam" id="insertList">List</a></li> > <li><a href="#" class="insertParam" id="insertCategorycode">Patron categories</a></li> >- <li><a href="#" class="insertParam" id="insertCashregister">Cash register</a></li> >+ <li><a href="#" class="insertParam" id="insertCashregister">Cash registers</a></li> > <li><a href="#" class="insertParam" id="insertDebittypes">Debit types</a></li> > <li><a href="#" class="insertParam" id="insertCredittypes">Credit types</a></li> > <li><a href="#" class="insertParam" id="insertText">Text field</a></li> >-- >2.30.2
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 29767
:
128884
|
128885
|
128886
|
128889
|
129043
|
129979
| 129980