View | Details | Raw Unified | Return to bug 16454
Collapse All | Expand All

(-)a/C4/Circulation.pm (-1 / +1 lines)
Lines 142-148 use C4::Circulation; Link Here
142
142
143
The functions in this module deal with circulation, issues, and
143
The functions in this module deal with circulation, issues, and
144
returns, as well as general information about the library.
144
returns, as well as general information about the library.
145
Also deals with stocktaking.
145
Also deals with inventory.
146
146
147
=head1 FUNCTIONS
147
=head1 FUNCTIONS
148
148
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc (-2 / +1 lines)
Lines 75-81 Link Here
75
    <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li>
75
    <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li>
76
    [% END %]
76
    [% END %]
77
    [% IF ( CAN_user_tools_inventory ) %]
77
    [% IF ( CAN_user_tools_inventory ) %]
78
	<li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li>
78
        <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li>
79
    [% END %]
79
    [% END %]
80
    [% IF ( CAN_user_tools_label_creator ) %]
80
    [% IF ( CAN_user_tools_label_creator ) %]
81
	<li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
81
	<li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
82
- 

Return to bug 16454