@@ -, +, @@ Collections - The relatives checkouts table when displayed for the guarantor - The new order and order receive forms in acquisitoins (item creation) - The description of CCODE in the authorised values table - The column description on results in item search - The branch tranfers page - Course reserves: add reserve items (one and in batch) - Patron account > statistics tab --- koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 4 ++-- .../prog/en/modules/course_reserves/add_items-step2.tt | 2 +- .../prog/en/modules/course_reserves/batch_add_items.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc @@ -9,7 +9,7 @@ Title Record-level item type Item type - Collection code + Collection Location Checked out on (hidden, unformatted) Checked out on --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -268,7 +268,7 @@ Call number Copy number Inventory number - Collection code + Collection Item type Materials Notes --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -126,7 +126,7 @@ Call number Copy number Inventory number - Collection code + Collection Item type Materials Notes @@ -169,7 +169,7 @@ Call number Copy number Inventory number - Collection code + Collection Item type Materials Notes --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -349,7 +349,7 @@ [% CASE 'CAND' %]

[% CASE 'CCODE' %] -

Collection codes (appears when cataloging and working with items)

+

Collections (appear when cataloging and working with items)

[% CASE 'cn_source' %]

[% CASE 'CONTROL_NUM_SEQUENCE' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt @@ -12,7 +12,7 @@ [% CASE 'author' %]Author [% CASE 'publishercode' %]Publisher [% CASE 'publicationyear' %]Publication date - [% CASE 'collectiontitle' %]Collection + [% CASE 'collectiontitle' %]Collection title [% CASE 'isbn' %]ISBN [% CASE 'issn' %]ISSN [% CASE 'homebranch' %]Home library @@ -22,8 +22,8 @@ [% CASE 'All locations' %]All locations [% CASE 'itype' %]Item type [% CASE 'All item types' %]All item types - [% CASE 'ccode' %]Collection code - [% CASE 'All collection codes' %]All collection codes + [% CASE 'ccode' %]Collection + [% CASE 'All collection codes' %]All collections [% CASE 'notforloan' %]Status [% CASE 'All statuses' %]All statuses [% CASE 'damaged' %]Damaged --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt @@ -125,7 +125,7 @@ [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %]
  • Item type: [% ItemTypes.GetDescription( errmsgloo.code ) | html %]
  • [% ELSE %] -
  • Collection code: [% AuthorisedValues.GetByCode( 'CCODE', errmsgloo.code ) | html %]
  • +
  • Collection: [% AuthorisedValues.GetByCode( 'CCODE', errmsgloo.code ) | html %]
  • [% END %]
  • Destination library: [% Branches.GetName( errmsgloo.tbr ) | html %]
  • @@ -180,7 +180,7 @@ Shelving location Call number Item type - Collection code + Collection Destination [% FOREACH trsfitemloo IN trsfitemloop %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt @@ -54,7 +54,7 @@ [% END %]
  • - + [% FOREACH c IN AuthorisedValues.Get('CCODE') %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt @@ -41,7 +41,7 @@ [% CASE 'itype' %] Item type [% CASE 'ccode' %] - Collection code + Collection [% CASE 'location' %] Shelving location [% CASE 'homebranch' %] --