koha-bugs
[Top][All Lists]
Advanced

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

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1099] New: looks like a typo in updateitem.pl
Date: 30 May 2006 19:39:28 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.




reply via email to

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