[Koha-bugs] [Bug 27968] MARC framework CSV and ODS import incomplete or corrupted

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 17 09:24:28 CET 2021


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

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
MariaDB [koha_kohadev]> select tagsubfield, isurl from marc_subfield_structure
where tagfield=240 and frameworkcode="" limit 6;
+-------------+-------+
| tagsubfield | isurl |
+-------------+-------+
| 0           |  NULL |
| 1           |  NULL |
| 2           |  NULL |
| 6           |     0 |
| 8           |     0 |
| 9           |     0 |
+-------------+-------+
6 rows in set (0.01 sec)

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


More information about the Koha-bugs mailing list