https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38906 --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- Are you sure the patch is correct? select REGEXP_REPLACE(columnname, '.*holdings_', ''), SUBSTRING(columnname,LOCATE("_",columnname)+1) from columns_settings WHERE module = 'catalogue' AND page='detail' AND tablename = "hold ings_table"; +-----------------------------------------------+------------------------------------------------+ | REGEXP_REPLACE(columnname, '.*holdings_', '') | SUBSTRING(columnname,LOCATE("_",columnname)+1) | +-----------------------------------------------+------------------------------------------------+ | actions | holdings_actions | | barcode | holdings_barcode | | booksellerid | holdings_booksellerid | | ccode | holdings_ccode | | checkbox | holdings_checkbox | | copynumber | holdings_copynumber | | course_reserves | holdings_course_reserves | | cover_image | holdings_cover_image | | dateaccessioned | holdings_dateaccessioned | | datelastborrowed | holdings_datelastborrowed | | enumchron | holdings_enumchron | | holdingbranch | holdings_holdingbranch | | homebranch | holdings_homebranch | | hostrecord | holdings_hostrecord | | issues | holdings_issues | | item_group | holdings_item_group | | itemcallnumber | holdings_itemcallnumber | | itemnotes | holdings_itemnotes | | itemnotes_nonpublic | holdings_itemnotes_nonpublic | | itype | holdings_itype | | lastseen | holdings_lastseen | | localuse | holdings_localuse | | materials | holdings_materials | | renewals | holdings_renewals | | spinelabel | holdings_spinelabel | | status | holdings_status | | stocknumber | holdings_stocknumber | | uri | holdings_uri | | usedin | holdings_usedin | +-----------------------------------------------+------------------------------------------------+ -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.