From: erickson Date: Mon, 2 Mar 2009 22:30:58 +0000 (+0000) Subject: arg, rolling back unintended commit. 12357 was supposed to be 1 file, not 4 X-Git-Tag: sprint4-merge-nov22~10662 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=116d31e302456e59826948c2a12aa87be86118a0;p=working%2FEvergreen.git arg, rolling back unintended commit. 12357 was supposed to be 1 file, not 4 git-svn-id: svn://svn.open-ils.org/ILS/trunk@12358 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Trigger/EventGroup.pm b/Open-ILS/src/perlmods/OpenILS/Application/Trigger/EventGroup.pm index cf22b8edee..2c792e4bd2 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Trigger/EventGroup.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Trigger/EventGroup.pm @@ -1,10 +1,9 @@ package OpenILS::Application::Trigger::EventGroup; use OpenILS::Application::Trigger::Event; use base 'OpenILS::Application::Trigger::Event'; -use strict; use warnings; use OpenSRF::EX qw/:try/; -use OpenSRF::Utils::Logger qw/:logger/; +use OpenSRF::Utils::Logger qw/:level/; use OpenILS::Utils::Fieldmapper; use OpenILS::Utils::CStoreEditor q/:funcs/; diff --git a/Open-ILS/src/sql/Pg/020.schema.functions.sql b/Open-ILS/src/sql/Pg/020.schema.functions.sql index b1496d4275..d0fc868863 100644 --- a/Open-ILS/src/sql/Pg/020.schema.functions.sql +++ b/Open-ILS/src/sql/Pg/020.schema.functions.sql @@ -231,18 +231,3 @@ COMMENT ON FUNCTION actor.org_unit_ancestor_setting( TEXT, INT) IS $$ */ $$; - -CREATE OR REPLACE FUNCTION actor.org_unit_ancestor_setting_all( org_id INT ) RETURNS SETOF actor.org_unit_setting AS $$ -DECLARE - setting RECORD; - name TEXT; -BEGIN - FOR name IN SELECT DISTINCT(name) FROM actor.org_unit_setting LOOP - SELECT INTO setting * FROM actor.org_unit_ancestor_setting(name, org_id); - IF FOUND THEN - RETURN NEXT setting; - END IF; - END LOOP; -END; -$$ LANGUAGE plpgsql; - diff --git a/Open-ILS/web/templates/default/conify/global/config/hold_matrix_matchpoint.tt2 b/Open-ILS/web/templates/default/conify/global/config/hold_matrix_matchpoint.tt2 index f39d7180b3..7820791c10 100644 --- a/Open-ILS/web/templates/default/conify/global/config/hold_matrix_matchpoint.tt2 +++ b/Open-ILS/web/templates/default/conify/global/config/hold_matrix_matchpoint.tt2 @@ -1,22 +1,46 @@ -[% ctc.page_title = 'Circulation Policy Configuration' %] [% WRAPPER default/base.tt2 %] - -
-
Circulation Policy Configuration
-
-
-
- -
+ +

Hold Matrix Matchpoint


+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + +
Matchpoint IDActive?User Home LibraryRequest LibraryPickup LibraryOwning LibraryItem Circ LibraryUser Permission GroupRequestor Permission GroupCirculation ModifierMARC TypeMARC FormatVideorecording FormatReference?
+
+ [% END %]