[Koha-cvs] CVS: koha/admin branches.pl,1.1.2.5,1.1.2.6

Mike Mylonas dragon28 at users.sourceforge.net
Tue Aug 27 07:10:29 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	branches.pl 
Log Message:
small tidy up of branch table output

Index: branches.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/branches.pl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** branches.pl	20 Aug 2002 09:18:13 -0000	1.1.2.5
--- branches.pl	27 Aug 2002 05:10:27 -0000	1.1.2.6
***************
*** 257,261 ****
  	  	}
  		print mktablerow(9,$toggle,$results->[$i]{'branchcode'},$results->[$i]{'branchname'},
! 		$results->[$i]{'branchaddress1'}.$results->[$i]{'branchaddress2'}.$results->[$i]{'branchaddress3'},
  		$results->[$i]{'branchphone'},,$results->[$i]{'branchfax'},,$results->[$i]{'branchemail'},,$results->[$i]{'issuing'},
  		mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'branchcode'},'Edit'),
--- 257,261 ----
  	  	}
  		print mktablerow(9,$toggle,$results->[$i]{'branchcode'},$results->[$i]{'branchname'},
! 		$results->[$i]{'branchaddress1'}." ".$results->[$i]{'branchaddress2'}." ".$results->[$i]{'branchaddress3'},
  		$results->[$i]{'branchphone'},,$results->[$i]{'branchfax'},,$results->[$i]{'branchemail'},,$results->[$i]{'issuing'},
  		mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'branchcode'},'Edit'),





More information about the Koha-cvs mailing list