[Koha-bugs] [Bug 1099] New: looks like a typo in updateitem.pl

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Tue May 30 21:39:28 CEST 2006


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1099

           Summary: looks like a typo in updateitem.pl
           Product: Koha
           Version: 2.2.5
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalogue
        AssignedTo: paul.poulain at free.fr
        ReportedBy: mhafen at i.washk12.org
         QAContact: koha-bugs at nongnu.org


Looks like there is a typo in updateitem.pl where the withdrawn status is set.

diff -rc koha-2.2.5-orig/intranet-cgi/updateitem.pl
koha-2.2.5-patch/intranet-cgi/updateitem.pl
*** koha-2.2.5-orig/intranet-cgi/updateitem.pl	2006-01-13 14:24:18.000000000
-0700
--- koha-2.2.5-patch/intranet-cgi/updateitem.pl 2006-05-23 16:19:52.000000000
-0600
***************
*** 84,90 ****
	     notes	  => $notes,
	     homebranch   => $homebranch,
	     lost	  => $lost,
!	     wthdranw	  => $wthdrawn
	     });
    if ($lost ==1){
      my $dbh = C4::Context->dbh;
--- 85,91 ----
	     notes	  => $notes,
	     homebranch   => $homebranch,
	     lost	  => $lost,
!	     wthdrawn	  => $wthdrawn
	     });
    if ($lost ==1){
      my $dbh = C4::Context->dbh;




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list