From f30b030af8ba2bc4e3094ee95473ed5fc60bae03 Mon Sep 17 00:00:00 2001 From: rangi Date: Tue, 20 Jun 2006 22:35:47 +0000 Subject: [PATCH] Code to allow the associated borrowers to work --- circ/circulation.pl | 1 + updater/updatedatabase | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/circ/circulation.pl b/circ/circulation.pl index 4647b2c50f..082d70c790 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -89,6 +89,7 @@ my %env; # FIXME env is used as an "environment" variable. Could be dropped prob my $print; $env{'branchcode'}= $branch; $env{'printer'}= $printer; +$env{'organisation'} = $organisation; # $env{'queue'}=$printer; my @datearr = localtime(time()); diff --git a/updater/updatedatabase b/updater/updatedatabase index 76aadef3f1..5d298c02c7 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -175,6 +175,10 @@ my %requiretables = ( datereviewed datetime, PRIMARY KEY (reviewid) )", + borrowers_to_borrowers => "( + borrower1 integer, + borrower2 integer + )", ); @@ -1793,6 +1797,9 @@ sub MARCgetitem { exit; # $Log$ +# Revision 1.149 2006/06/20 22:35:47 rangi +# Code to allow the associated borrowers to work +# # Revision 1.148 2006/06/17 22:12:01 rangi # Adding id field to reviews table # -- 2.39.5