[Koha-cvs] CVS: koha Install.pm,1.1.2.13,1.1.2.14

Steve Tonnesen tonnesen at users.sourceforge.net
Fri Aug 16 23:02:11 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv28934

Modified Files:
      Tag: rel-1-2
	Install.pm 
Log Message:
branchrelations fix needed to be done in two places...


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -C2 -r1.1.2.13 -r1.1.2.14
*** Install.pm	16 Aug 2002 21:01:20 -0000	1.1.2.13
--- Install.pm	16 Aug 2002 21:02:09 -0000	1.1.2.14
***************
*** 1147,1150 ****
--- 1147,1152 ----
  
  		system("$mysqldir/bin/mysql -u$::mysqluser -p$::mysqlpass $::dbname -e \"insert into branches (branchcode,branchname,issuing) values ('$branchcode', '$branch', 1)\"");
+ 		system("$mysqldir/bin/mysql -u$::mysqluser -p$::mysqlpass $::dbname -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'IS')\"");
+ 		system("$mysqldir/bin/mysql -u$::mysqluser -p$::mysqlpass $::dbname -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'CU')\"");
  
  		my $printername='Library Printer';





More information about the Koha-cvs mailing list