Bug 16454: Remove another occurrence in comment
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 May 2016 11:10:56 +0000 (12:10 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 16 May 2016 17:42:39 +0000 (17:42 +0000)
Note that few other occurrences exist in DB.

This patch also replaces a tab with 4 spaces.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Circulation.pm
koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc

index 8d585a2..913ec0b 100644 (file)
@@ -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
 
index a918e2a..12057cc 100644 (file)
@@ -75,7 +75,7 @@
     <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li>
     [% END %]
     [% IF ( CAN_user_tools_inventory ) %]
-       <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li>
+        <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li>
     [% END %]
     [% IF ( CAN_user_tools_label_creator ) %]
        <li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>