From 1d3353934347b81dded262e1d2d213e9f4302be8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nazl=C4=B1?= Date: Thu, 29 Jun 2017 16:24:21 +0300 Subject: [PATCH] Bug 18735: Print Barcode as soon as adding an item For testing 1) Look for any records. 2) Go to the material edit page. 3) Under Actions you will see Print label under Duplicate. 4) When you click Print Label, the relevant material will be redirected to the Label Creator module in the Tools menu. Signed-off-by: Alex Buckley Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 1 + 1 file changed, 1 insertion(+) 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 65f3101c50..13dfd88888 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -212,6 +212,7 @@ function confirm_deletion() { [% ELSE %]
  • Edit
  • Duplicate
  • +
  • Print Label
  • [% IF ( item_loo.countanalytics ) %]
  • View analytics
  • [% ELSE %] -- 2.39.2