From: erickson Date: Thu, 30 Apr 2009 20:44:08 +0000 (+0000) Subject: we need a local attr def for price out of the box X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0d992d695df72c7a9ca834bad2bfce065ac05301;p=Evergreen.git we need a local attr def for price out of the box git-svn-id: svn://svn.open-ils.org/ILS/trunk@13024 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/200.schema.acq.sql b/Open-ILS/src/sql/Pg/200.schema.acq.sql index 0d0c28fdc0..45914d40c0 100644 --- a/Open-ILS/src/sql/Pg/200.schema.acq.sql +++ b/Open-ILS/src/sql/Pg/200.schema.acq.sql @@ -285,6 +285,8 @@ INSERT INTO acq.lineitem_marc_attr_definition ( code, description, xpath ) VALUE 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,