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

--- Comment #10 from Jonathan Druart <[email protected]> ---
It seems to work now...

There may be a problem however if the query is run several times, for columns
with underscore in the name

| columnname          | REGEXP_REPLACE(columnname, '.*holdings_', '') |
SUBSTRING(columnname,LOCATE("_",columnname)+1) |

| cover_image         | cover_image                                   | image  
                                       |

| item_group          | item_group                                    | group  
                                       |

| itemnotes_nonpublic | itemnotes_nonpublic                           |
nonpublic                                      |

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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