@@ -, +, @@ 'inventory/stocktaking' 'Inventory/stocktaking' in heading and in description 'Inventory/stocktaking' 'Inventory/stocktaking' in the tools menu along the left of the page 'Inventory' instead of 'Inventory/stocktaking' 'inventory (stocktaking)' --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -63,7 +63,7 @@ [%- CASE 'edit_quotes' -%]Edit quotes for quote-of-the-day feature [%- CASE 'export_catalog' -%]Export bibliographic and holdings data [%- CASE 'import_patrons' -%]Import patron data - [%- CASE 'inventory' -%]Perform inventory (stocktaking) of your catalog + [%- CASE 'inventory' -%]Perform inventory of your catalog [%- CASE 'items_batchdel' -%]Perform batch deletion of items [%- CASE 'items_batchmod' -%]Perform batch modification of items [%- CASE 'items_batchmod_restricted' -%]Limit batch item modification to subfields defined in the SubfieldsToAllowForRestrictedBatchmod preference (please note that items_batchmod is still required) --- 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/stocktaking
  • +
  • Inventory
  • [% END %] [% IF ( CAN_user_tools_label_creator ) %]
  • Label creator
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt @@ -410,7 +410,7 @@
  • inventory
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

    Inventory/Stocktaking

    +

    Inventory

    Koha's Inventory Tool can be used in one of two ways, the first is by printing out a shelf list that you can then mark items off on, or by uploading a text files of barcodes gathered by a portable scanner.

    @@ -18,4 +18,4 @@

    See the full documentation for Inventory in the manual (online).

    -[% INCLUDE 'help-bottom.inc' %] +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -101,7 +101,7 @@ $(document).ready(function(){
    -

    Inventory/Stocktaking

    +

    Inventory

    [% IF (moddatecount) %]
    [% moddatecount %] items modified : datelastseen set to [% date | $KohaDates %]
    Number of potential barcodes read: [% LinesRead %]
    [% END %] [% IF (errorfile) %]
    [% errorfile %] can't be opened
    [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt @@ -145,8 +145,8 @@ [% END %] [% IF ( CAN_user_tools_inventory ) %] -
    Inventory/stocktaking
    -
    Perform inventory (stocktaking) of your catalog
    +
    Inventory
    +
    Perform inventory of your catalog
    [% END %] [% IF ( CAN_user_tools_label_creator ) %] --