From: miker Date: Fri, 18 Aug 2006 13:15:16 +0000 (+0000) Subject: adding phone and email to aou X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6f3bb75596f396c994e7ef6ba253e13bafef6aaa;p=evergreen%2Fpines.git adding phone and email to aou git-svn-id: svn://svn.open-ils.org/ILS/trunk@5583 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 44a267da26..86c177a58d 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -1179,6 +1179,8 @@ + + diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm index ae4fe7ec14..ee4fb5adea 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm @@ -74,7 +74,7 @@ use base qw/actor/; __PACKAGE__->table( 'actor_org_unit' ); __PACKAGE__->columns( Primary => qw/id/); __PACKAGE__->columns( Essential => qw/parent_ou ou_type mailing_address billing_address - ill_address holds_address shortname name/); + ill_address holds_address shortname name email phone/); #------------------------------------------------------------------------------- package actor::org_unit::hours_of_operation;