Bugzilla – Attachment 42769 Details for
Bug 14141
Changing the Library for a notice duplicates the notice instead of updating it
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14141: Fix copy action
Bug-14141-Fix-copy-action.patch (text/plain), 1.03 KB, created by
Jonathan Druart
on 2015-09-22 10:57:01 UTC
(
hide
)
Description:
Bug 14141: Fix copy action
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-09-22 10:57:01 UTC
Size:
1.03 KB
patch
obsolete
>From 4b3e5552e40253de30e7b538aeaaafd4dc0f1375 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 22 Sep 2015 11:55:55 +0100 >Subject: [PATCH] Bug 14141: Fix copy action > >Test plan: >Try to copy a letter to a library which already have this letter (same >letter_code) defined. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index b48b0f7..804ebe4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -286,6 +286,7 @@ $(document).ready(function() { > [% END %] > </select> > [% ELSE %] >+ <input type="hidden" id="branch" name="branchcode" value="[% branchcode %]" /> > [% Branches.GetName( branchcode ) %] > [% END %] > </li> >-- >2.1.0
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 14141
:
40987
|
41076
|
41077
|
42769
|
42966
|
42967
|
42983
|
42984