Bugzilla – Attachment 27773 Details for
Bug 12161
Serials receiving is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-12161-Serial-receiving-is-broken-when-create-an-.patch (text/plain), 1.30 KB, created by
Matthias Meusburger
on 2014-04-29 12:25:08 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Matthias Meusburger
Created:
2014-04-29 12:25:08 UTC
Size:
1.30 KB
patch
obsolete
>From 96ea85c3fde3cd802893798f6ea7fcc1e2ab85ab 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. >--- > 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