Bugzilla – Attachment 3886 Details for
Bug 6171
Can't edit items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-6171-Can-t-edit-items.patch (text/plain), 1.68 KB, created by
Frédéric Demians
on 2011-04-12 06:38:03 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2011-04-12 06:38:03 UTC
Size:
1.68 KB
patch
obsolete
>From c3f02775e743ef0bf4bab74ef6e0c213268682b4 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Tue, 12 Apr 2011 08:36:19 +0200 >Subject: [PATCH] Bug 6171 Can't edit items > >--- > .../prog/en/modules/cataloguing/additem.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 89957fb..a74d677 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -207,7 +207,7 @@ function set_to_today(id, force) { > </tr> > [% FOREACH item_loo IN item_loop %] > <tr id="row[% item_loo.itemnumber %]"> >- [% IF ( item_loo.nomod ) %] <td colspan="2"> </td>[% ELSE %]<td><a href="additem.pl?op=edititem&biblionumber=[% item_loo.biblionumber %]&itemnumber=[% item_loo.itemnumber %]#edititem">Edit</a></td> >+ [% IF ( item_loo.nomod ) %] <td colspan="2"> </td>[% ELSE %]<td><a href="additem.pl?op=edititem&biblionumber=[% biblionumber %]&itemnumber=[% item_loo.itemnumber %]#edititem">Edit</a></td> > <td><a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delitem&biblionumber=[% item_loo.biblionumber %]&itemnumber=[% item_loo.itemnumber %]" onclick="confirm_deletion([% item_loo.biblionumber %],[% item_loo.itemnumber %]); return false;">Delete</a></td>[% END %] > [% FOREACH item_valu IN item_loo.item_value %] > <td>[% item_valu.field |html %]</td> >-- >1.7.4 >
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 6171
: 3886 |
3887