]> git.evergreen-ils.org Git - Evergreen.git/commit
Replace hard-coded '(CONS)' for MARC control number identifier in authority records
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 1 Nov 2010 20:41:14 +0000 (20:41 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 1 Nov 2010 20:41:14 +0000 (20:41 +0000)
commit7aec0cba00014055617a00fdbe01652dc51fd6a0
treeb36b542f1eea5ca9dd7b52abc1b796df3cf4b62c
parent9bb9fca30d42e0b5a0eca527ee9e3596fa0d099e
Replace hard-coded '(CONS)' for MARC control number identifier in authority records

We created an actor.org_unit_setting, 'cat.marc_control_number_identifier', for
specifying the preferred MARC control number identifier, but when we create a
new authority record from the MARC editor, the hardcoded value of 'CONS' is being
used.

This teaches the staff client how to pull the appropriate value from the AOUS
when invoking the MARC Editor.

Resolves https://bugs.launchpad.net/evergreen/+bug/669245

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18559 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/xul/staff_client/chrome/content/cat/opac.js
Open-ILS/xul/staff_client/server/cat/marcedit.js