Bugzilla – Attachment 27793 Details for
Bug 12161
Serials receiving is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix bug introduced in bug 12138, javascript formatting
0001-Bug-12161-Serial-receiving-is-broken-when-create-an-.patch (text/plain), 1.36 KB, created by
paxed
on 2014-04-30 04:45:03 UTC
(
hide
)
Description:
Fix bug introduced in bug 12138, javascript formatting
Filename:
MIME Type:
Creator:
paxed
Created:
2014-04-30 04:45:03 UTC
Size:
1.36 KB
patch
obsolete
>From dcb2f50380cc283501e8e2df868ba7d22fe5c6e6 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Tue, 29 Apr 2014 14:22:48 +0200 >Subject: [PATCH] Bug 12161: Serial receiving is broken when "create an item > record when receiving this serial" is used for the subscription. > > This bug was introduced by Bug 12138. > >Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >index 5d47d73..20a4963 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >@@ -86,7 +86,7 @@ $(document).ready(function() { > if ( total_errors > 0 ) { > var mes = _("Form not submitted because of the following problem(s)"); > mes += "\n------------------------------------------------------------------------------------\n"; >- mes += "\n- " _("%s mandatory fields empty (highlighted)").format(total_errors); >+ mes += "\n- " + _("%s mandatory fields empty (highlighted)").format(total_errors); > alert(mes); > return false; > } >-- >1.8.3.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 12161
:
27773
| 27793