[open-ils-commits] r13024 - trunk/Open-ILS/src/sql/Pg (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Apr 30 16:44:12 EDT 2009
Author: erickson
Date: 2009-04-30 16:44:08 -0400 (Thu, 30 Apr 2009)
New Revision: 13024
Modified:
trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql
Log:
we need a local attr def for price out of the box
Modified: trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql 2009-04-30 19:32:00 UTC (rev 13023)
+++ trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql 2009-04-30 20:44:08 UTC (rev 13024)
@@ -285,7 +285,9 @@
INSERT INTO acq.lineitem_marc_attr_definition ( code, description, xpath ) VALUES ('pubdate','Publication Date','//*[@tag="260"]/*[@code="c"][1]');
INSERT INTO acq.lineitem_marc_attr_definition ( code, description, xpath ) VALUES ('edition','Edition','//*[@tag="250"]/*[@code="a"][1]');
+INSERT INTO acq.lineitem_local_attr_definition ( code, description ) VALUES ('estimated_price', 'Estimated Price');
+
CREATE TABLE acq.distribution_formula (
id SERIAL PRIMARY KEY,
owner INT NOT NULL
More information about the open-ils-commits
mailing list