From 764efe988fcac96cfacc3be256aee61709cd1d78 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 May 2016 12:10:56 +0100 Subject: [PATCH] Bug 16454: Remove another occurrence in comment Note that few other occurrences exist in DB. This patch also replaces a tab with 4 spaces. Signed-off-by: Jonathan Druart --- C4/Circulation.pm | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 8d585a2..913ec0b 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -142,7 +142,7 @@ use C4::Circulation; The functions in this module deal with circulation, issues, and returns, as well as general information about the library. -Also deals with stocktaking. +Also deals with inventory. =head1 FUNCTIONS diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc index a918e2a..12057cc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc @@ -75,7 +75,7 @@
  • Export data
  • [% END %] [% IF ( CAN_user_tools_inventory ) %] -
  • Inventory
  • +
  • Inventory
  • [% END %] [% IF ( CAN_user_tools_label_creator ) %]
  • Label creator
  • -- 2.7.0