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

--- Comment #3 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
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