http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6990
--- Comment #10 from Nicole C. Engard <[email protected]> 2012-01-18 14:10:30 UTC --- mysql> select kohafield,tagfield,tagsubfield from marc_subfield_structure where -> kohafield > '' AND frameworkcode=''; +------------------------------+----------+-------------+ | kohafield | tagfield | tagsubfield | +------------------------------+----------+-------------+ | additionalauthors.author | 700 | a | | biblio.abstract | 520 | a | | biblio.author | 100 | a | | biblio.biblionumber | 999 | c | | biblio.copyrightdate | 260 | c | | biblio.notes | 500 | a | | biblio.serial | 942 | s | | biblio.seriestitle | 440 | a | | biblio.title | 245 | a | | biblio.unititle | 240 | a | | biblioitems.biblioitemnumber | 999 | d | | biblioitems.cn_class | 942 | h | | biblioitems.cn_item | 942 | i | | biblioitems.cn_sort | 942 | 6 | | biblioitems.cn_source | 942 | 2 | | biblioitems.cn_suffix | 942 | m | | biblioitems.illus | 300 | b | | biblioitems.isbn | 020 | a | | biblioitems.issn | 022 | a | | biblioitems.itemtype | 942 | c | | biblioitems.lccn | 010 | a | | biblioitems.number | 440 | n | | biblioitems.pages | 300 | a | | biblioitems.place | 260 | a | | biblioitems.publishercode | 260 | b | | biblioitems.size | 300 | c | | biblioitems.totalissues | 942 | 0 | | biblioitems.url | 856 | u | | biblioitems.volume | 440 | v | | biblioitems.volumedesc | 362 | a | | bibliosubject.subject | 650 | a | | bibliosubtitle.subtitle | 245 | b | | items.barcode | 952 | p | | items.booksellerid | 952 | e | | items.ccode | 952 | 8 | | items.cn_sort | 952 | 6 | | items.cn_source | 952 | 2 | | items.copynumber | 952 | t | | items.damaged | 952 | 4 | | items.dateaccessioned | 952 | d | | items.datelastborrowed | 952 | s | | items.datelastseen | 952 | r | | items.enumchron | 952 | h | | items.holdingbranch | 952 | b | | items.homebranch | 952 | a | | items.issues | 952 | l | | items.itemcallnumber | 952 | o | | items.itemlost | 952 | 1 | | items.itemnotes | 952 | z | | items.itemnumber | 952 | 9 | | items.itype | 952 | y | | items.location | 952 | c | | items.materials | 952 | 3 | | items.notforloan | 952 | 7 | | items.onloan | 952 | q | | items.price | 952 | g | | items.renewals | 952 | m | | items.replacementprice | 952 | v | | items.replacementpricedate | 952 | w | | items.reserves | 952 | n | | items.restricted | 952 | 5 | | items.stack | 952 | j | | items.uri | 952 | u | | items.wthdrawn | 952 | 0 | +------------------------------+----------+-------------+ 64 rows in set (0.00 sec) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. 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/
