Bugzilla – Attachment 8030 Details for
Bug 7652
add item barcode on top of its editing form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add item barcode on top of its editing form
0001-Display-barcode-on-top-of-item-editing-form.patch (text/plain), 1.01 KB, created by
Koha Team University Lyon 3
on 2012-03-06 10:21:30 UTC
(
hide
)
Description:
add item barcode on top of its editing form
Filename:
MIME Type:
Creator:
Koha Team University Lyon 3
Created:
2012-03-06 10:21:30 UTC
Size:
1.01 KB
patch
obsolete
>From d05aa7c6f329e852be3c2225eac42553e0ffa635 Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Tue, 6 Mar 2012 10:57:20 +0100 >Subject: [PATCH] Display barcode on top of item editing form > >--- > .../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 673b08b..8e39908 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -231,7 +231,7 @@ function set_to_today(id, force) { > [% IF ( opisadd ) %] > <h2 id="additema">Add Item</h2> > [% ELSE %] >- <h2 id="edititem">Edit Item #[% itemnumber %]</h2> >+ <h2 id="edititem">Edit Item #[% itemnumber %][% IF ( barcode ) %] / Barcode [% barcode %][% END %]</h2> > [% END %] > <fieldset class="rows"> > <ol> >-- >1.7.2.5 >
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 7652
:
8030
|
8041
|
9737
|
9998
|
10002