Bugzilla – Attachment 176725 Details for
Bug 36836
Review ERM module for translation issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36836: (follow-up) Fix incorrect syntax
Bug-36836-follow-up-Fix-incorrect-syntax.patch (text/plain), 1.61 KB, created by
Matt Blenkinsop
on 2025-01-17 12:12:02 UTC
(
hide
)
Description:
Bug 36836: (follow-up) Fix incorrect syntax
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-01-17 12:12:02 UTC
Size:
1.61 KB
patch
obsolete
>From 37d98b3f21f5c0e81b6ba681395b738e74218014 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 17 Jan 2025 12:07:10 +0000 >Subject: [PATCH] Bug 36836: (follow-up) Fix incorrect syntax > >--- > .../components/ERM/UsageStatisticsDataProvidersSummary.vue | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersSummary.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersSummary.vue >index 92804039f54..2b42851e2e5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersSummary.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersSummary.vue >@@ -100,7 +100,7 @@ export default { > render: function (data, type, row, meta) { > const date = row[`earliest_${data_type}`] > ? row[`earliest_${data_type}`] >- : this.$__("N/A") >+ : __("N/A") > return date > }, > }, >@@ -112,7 +112,7 @@ export default { > render: function (data, type, row, meta) { > const date = row[`latest_${data_type}`] > ? row[`latest_${data_type}`] >- : this.$__("N/A") >+ : __("N/A") > return date > }, > } >-- >2.48.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 36836
:
170929
|
173261
|
174839
|
174887
|
175021
|
175022
|
176649
|
176650
| 176725