koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha MARCdetail.pl,1.25.2.7,1.25.2.8


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha MARCdetail.pl,1.25.2.7,1.25.2.8
Date: Tue, 24 May 2005 13:29:42 -0700

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

Modified Files:
      Tag: rel_2_2
        MARCdetail.pl 
Log Message:
Coping With Frameworks al allong MARC Editing.
BUG to be Fixed: Framework to save when editing a biblio.

Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.25.2.7
retrieving revision 1.25.2.8
diff -C2 -r1.25.2.7 -r1.25.2.8
*** MARCdetail.pl       24 May 2005 15:52:35 -0000      1.25.2.7
--- MARCdetail.pl       24 May 2005 20:29:40 -0000      1.25.2.8
***************
*** 66,70 ****
  my $biblionumber=$query->param('bib');
  my $bibid = $query->param('bibid');
! my $itemtype = $query->param('fwk');
  my $popup = $query->param('popup'); # if set to 1, then don't insert links, 
it's just to show the biblio
  
--- 66,70 ----
  my $biblionumber=$query->param('bib');
  my $bibid = $query->param('bibid');
! my $itemtype = $query->param('frameworkcode');
  my $popup = $query->param('popup'); # if set to 1, then don't insert links, 
it's just to show the biblio
  




reply via email to

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