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

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue May 24 22:29:42 CEST 2005


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
  





More information about the Koha-cvs mailing list