Bugzilla – Attachment 68459 Details for
Bug 18735
Print Barcode as soon as adding an item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18735: QA Followup - add class to new option
Bug-18735-QA-Followup---add-class-to-new-option.patch (text/plain), 2.00 KB, created by
Nick Clemens (kidclamp)
on 2017-10-24 12:14:48 UTC
(
hide
)
Description:
Bug 18735: QA Followup - add class to new option
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-10-24 12:14:48 UTC
Size:
2.00 KB
patch
obsolete
>From ce952d614c9a204660b341e551c108e3ce467481 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 24 Oct 2017 12:12:52 +0000 >Subject: [PATCH] Bug 18735: QA Followup - add class to new option > >New option creates a single item batch, this may cause issues for some >libraries or they may want to disbale this feature. Adding a class to >the list item allows it to be hidden easily > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 13dfd88..384a9c4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -212,7 +212,7 @@ function confirm_deletion() { > [% ELSE %] > <li><a href="additem.pl?op=edititem&biblionumber=[% biblionumber %]&itemnumber=[% item_loo.itemnumber %]&searchid=[% searchid %]#edititem">Edit</a></li> > <li><a href="additem.pl?op=dupeitem&biblionumber=[% biblionumber %]&itemnumber=[% item_loo.itemnumber %]&searchid=[% searchid %]#additema">Duplicate</a></li> >- <li><a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=add&number_type=itemnumber&number_list=[% item_loo.itemnumber %]" target="_blank" >Print Label</a></li> >+ <li class="print_label"><a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=add&number_type=itemnumber&number_list=[% item_loo.itemnumber %]" target="_blank" >Print Label</a></li> > [% IF ( item_loo.countanalytics ) %] > <li><a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&q=% item_loo.itemnumber %]">View analytics</a></li> > [% ELSE %] >-- >2.1.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 18735
:
64724
|
65453
|
68458
| 68459