Bugzilla – Attachment 150361 Details for
Bug 33621
Javascript error when claiming return via circulation.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33621: (QA follow-up) Typo formated_date
Bug-33621-QA-follow-up-Typo-formateddate.patch (text/plain), 1.29 KB, created by
Marcel de Rooy
on 2023-04-28 10:00:18 UTC
(
hide
)
Description:
Bug 33621: (QA follow-up) Typo formated_date
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-04-28 10:00:18 UTC
Size:
1.29 KB
patch
obsolete
>From aff0a161e35278d9c2ae043625656e234ea67c8b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 28 Apr 2023 09:58:19 +0000 >Subject: [PATCH] Bug 33621: (QA follow-up) Typo formated_date >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc >index 598f3ba58c..59cc8a6ad2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc >@@ -82,11 +82,11 @@ > > id = "#return_claim_spinner_" + data.item_id; > >- let formated_date = $datetime(data.created_on); >+ let formatted_date = $datetime(data.created_on); > > let content = ""; > if ( data.claim_id ) { >- content = '<span class="badge">' + formated_date + '</span>'; >+ content = '<span class="badge">' + formatted_date + '</span>'; > $(id).parent().parent().addClass('ok'); > } else { > content = _("Unable to claim as returned"); >-- >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 33621
:
150263
|
150322
|
150360
| 150361