https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39860

Lucas Gass (lukeg) <lu...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #182233|0                           |1
        is obsolete|                            |

--- Comment #27 from Lucas Gass (lukeg) <lu...@bywatersolutions.com> ---
Created attachment 183008
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183008&action=edit
Bug 39860: Allow for the defining of custom MARC fields on the staff interface
record display pages

To test:
0. APPLY PATCH, restart_all
1. Find or create a record that has some MARC fields that don't show up by
default in the record display. ( I tested using a 538$a )
2. Go to Tools and you should see a new link for 'Record display
customizations'.
3. From Record display customizations click 'New Entry'
4. Choose a display location, the choices should be StaffResultsPage,
StaffDetailPage, OPACResultsPage, and OPACDetailPage
5. Add the following to the entry:

[% IF record.subfield('538' , 'a') %]
  <span class="results_summary test1">
      <span class="label">The 538a: </span>
      [% record.subfield('538' , 'a') %]
  </span>
[% END %]

6. Go to the record from step 1, you should see the 538$a labeled as 'The
538a:' with the appropriate data in it.
7. This should display in the appropriate location depending on if you chose
StaffResultsPage, StaffDetailPage, OPACResultsPage, or OPACDetailPage. Check
each of the locations.
8. Make a new, or edit existing, Record display customization and mark the
'Library:' field for a specific branch. Make sure that the Record display
customization only shows up when you are logged in at that branch.
9. Install a new language pack, I tested with es-ES.
10. Make a new, or edit existing, Record display customization and fill out the
language specific tab. Make sure the Record display customization shows
correctly with the language you chose.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to