Bugzilla – Attachment 163622 Details for
Bug 36384
'Used saved' typo in guided reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36384: Fix 'Used saved' typo in guided reports
Bug-36384-Fix-Used-saved-typo-in-guided-reports.patch (text/plain), 1.27 KB, created by
Laura Escamilla
on 2024-03-21 14:33:16 UTC
(
hide
)
Description:
Bug 36384: Fix 'Used saved' typo in guided reports
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-03-21 14:33:16 UTC
Size:
1.27 KB
patch
obsolete
>From a12836dbc26ce765bf93106c5ebf30d3701ea7d5 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 21 Mar 2024 09:16:39 -0300 >Subject: [PATCH] Bug 36384: Fix 'Used saved' typo in guided reports > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> >--- > .../prog/en/modules/reports/guided_reports_start.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 09602bec19..b21027e7cf 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 >@@ -183,7 +183,7 @@ > [% END %] > > [% IF ( CAN_user_reports_execute_reports ) %] >- <a href="/cgi-bin/koha/reports/guided_reports.pl?op=list" class="btn btn-primary"/>Used saved</a> >+ <a href="/cgi-bin/koha/reports/guided_reports.pl?op=list" class="btn btn-primary"/>Use saved</a> > [% END %] > > [% IF ( CAN_user_reports_create_reports ) %] >-- >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 36384
:
163602
|
163622
|
164122