@@ -, +, @@ --- C4/Circulation.pm | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/C4/Circulation.pm +++ a/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 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc +++ a/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
  • --