to definition of action.circulation. workstation
references actor,workstation, not actor.org_unit.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13677
dcc99617-32d9-48b4-a31d-
7c20da2025e4
recuring_fine_rule TEXT NOT NULL, -- name of "circ fine" rule
max_fine_rule TEXT NOT NULL, -- name of "max fine" rule
stop_fines TEXT CHECK (stop_fines IN ('CHECKIN','CLAIMSRETURNED','LOST','MAXFINES','RENEW','LONGOVERDUE')),
- workstation INT REFERENCES actor.org_unit(id)
+ workstation INT REFERENCES actor.workstation(id)
ON DELETE SET NULL
DEFERRABLE INITIALLY DEFERRED
) INHERITS (money.billable_xact);