[Koha-cvs] CVS: koha/opac opac-MARCdetail.pl,1.4.2.4,1.4.2.5

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue Oct 4 12:13:18 CEST 2005


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10417/opac

Modified Files:
      Tag: rel_2_2
	opac-MARCdetail.pl 
Log Message:
Ordening items on holding branch 
Modification in order to include Nonmarc structure

Index: opac-MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-MARCdetail.pl,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -C2 -r1.4.2.4 -r1.4.2.5
*** opac-MARCdetail.pl	27 Jun 2005 23:24:06 -0000	1.4.2.4
--- opac-MARCdetail.pl	4 Oct 2005 10:13:16 -0000	1.4.2.5
***************
*** 169,172 ****
--- 169,174 ----
  	}
  }
+ my ($holdingbrtagf,$holdingbrtagsubf) = &MARCfind_marc_from_kohafield($dbh,"items.holdingbranch",$itemtype);
+ @big_array = sort {$a->{$holdingbrtagsubf} cmp $b->{$holdingbrtagsubf}} @big_array;
  #fill big_row with missing datas
  foreach my $subfield_code  (keys(%witness)) {





More information about the Koha-cvs mailing list