http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9256 Bug ID: 9256 Summary: debian/templates/koha-conf-site.xml.in is hardcoded to retrieval syntax = usmarc Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Packaging Assignee: koha-bugs@lists.koha-community.org Reporter: magnus@enger.priv.no CC: robin@catalyst.net.nz Bug 3087 updated koha-conf.xml so the MARC flavour is configurable: - <backend syntax="usmarc" name="F"> + <backend syntax="__ZEBRA_MARC_FORMAT__" name="F"> But debian/templates/koha-conf-site.xml.in was not updated, so it is still hardcoded to usmarc: <retrieval syntax="usmarc" name="F"/> <retrieval syntax="usmarc" name="B"/> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.