koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/opac opac-MARCdetail.pl,1.4.2.4,1.4.2.5
Date: Tue, 04 Oct 2005 03:13:18 -0700

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)) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]