[Koha-bugs] [Bug 19360] Give items URL a link text

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 22 23:44:26 CET 2022


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

--- Comment #30 from David Cook <dcook at prosentient.com.au> ---
Comment on attachment 70968
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70968
Bug 19360 - Added missing atomicupdate SQL file

Review of attachment 70968:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19360&attachment=70968)
-----------------------------------------------------------------

:::
installer/data/mysql/atomicupdate/Bug-19360_Add_Link_text_field_to_items.sql
@@ +9,5 @@
> +(952, 'k', 'Link text', 'Link text', 0, 0, 'items.link_text', 10, 1, 0, 'IR', NULL),
> +(952, 'k', 'Link text', 'Link text', 0, 0, 'items.link_text', 10, 1, 0, 'KT', NULL),
> +(952, 'k', 'Link text', 'Link text', 0, 0, 'items.link_text', 10, 1, 0, 'SER', NULL),
> +(952, 'k', 'Link text', 'Link text', 0, 0, 'items.link_text', 10, 1, 0, 'SR', NULL),
> +(952, 'k', 'Link text', 'Link text', 0, 0, 'items.link_text', 10, 1, 0, 'VR', NULL)

Good call. I did some digging around and it looks like once upon a time 952$k
did exist.

git log --follow --name-only --
installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
git show f8e9fb6445dadbdef91e13a253c9c6bcb75e0eec
+INSERT INTO `marc_subfield_structure` VALUES ('952', 'k', 'Call number
(similar to 852 $k $h $i $m combined)', 'Call number', 0, 0,
'items.itemcallnumber', 10, '', '', NULL, 0, 0, '', '', '');

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list