https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19360
--- Comment #20 from Josef Moravec <[email protected]> --- 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) I think you should add this field only to frameworks that does exist, have field 952 defined and 952$k not defined. Also, this field needs to be added to installer data. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
