Bugzilla – Attachment 157695 Details for
Bug 34136
Add ability to render a report using a notice template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34136: (QA follow-up) Change Report to Reports as category in notices and slips
Bug-34136-QA-follow-up-Change-Report-to-Reports-as.patch (text/plain), 3.15 KB, created by
Katrin Fischer
on 2023-10-23 21:59:29 UTC
(
hide
)
Description:
Bug 34136: (QA follow-up) Change Report to Reports as category in notices and slips
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-10-23 21:59:29 UTC
Size:
3.15 KB
patch
obsolete
>From ed0ae2f09baa3b1d554608a91edfdab34a363964 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 23 Oct 2023 21:38:14 +0000 >Subject: [PATCH] Bug 34136: (QA follow-up) Change Report to Reports as > category in notices and slips > >Looking at the other entries for the module in notices we most often >use the actual module name: patrons, suggestions, holds, etc. > >So I updated "Report" to "Reports" to match that pattern. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index f25d9a3340..5b1d098d37 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -172,7 +172,7 @@ > <li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=serial">Serials (new issue)</a></li> > <li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=suggestions">Suggestions</a></li> > <li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=pos">Point of sale</a></li> >- <li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=report">Report</a></li> >+ <li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=report">Reports</a></li> > </ul> > </div> > </div> <!-- /#toolbar --> >@@ -231,7 +231,7 @@ > [% CASE 'serial' %]<span>Serials (new issue)</span> > [% CASE 'suggestions' %]<span>Suggestions</span> > [% CASE 'pos' %]<span>Point of sale</span> >- [% CASE 'report' %]<span>Report</span> >+ [% CASE 'report' %]<span>Reports</span> > [% CASE %]<span>[% lette.module | html %]</span> > [% END %] > </td> >@@ -414,9 +414,9 @@ > <option value="pos">Point of sale</option> > [% END %] > [% IF ( module == "report" ) %] >- <option value="report" selected="selected">Report</option> >+ <option value="report" selected="selected">Reports</option> > [% ELSE %] >- <option value="report">Report</option> >+ <option value="report">Reports</option> > [% END %] > </select> > </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 34136
:
152769
|
153100
|
154153
|
154227
|
157694
| 157695 |
157696