On Tue, 09 Dec 2008 12:37:22 -0500, Grant Johnson <[EMAIL PROTECTED]> wrote:

Hey all,
It's cold and snowy here!

 Where do I go to do this?
"disable automatic record deletion using an org_unit setting"

Hi Grand,

I believe that's referring to not deleting a bib record when all attached items/call-numbers are being deleted?

If so, you can set an org_unit setting called "cat.bib.keep_on_empty". For now, you'll have to do that directly in the database.

Something to the effect of:

insert into actor.org_unit_setting (org_unit, name, value) values (1, 'cat.bib.keep_on_empty', 1);

That will apply the setting globally, if "top" of your org_unit hierarchy has an ID of 1.

You can also tell the system to alert the staff when this occurs with the "cat.bib.alert_on_empty" setting.

Hope this helps,

-b


--
Bill Erickson
| VP, Software Development & Integration
| Equinox Software, Inc. / The Evergreen Experts
| phone: 877-OPEN-ILS (673-6457)
| email: [EMAIL PROTECTED]
| web: http://esilibrary.com

Reply via email to