[Bug 1099] New: looks like a typo in updateitem.pl
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@free.fr ReportedBy: mhafen@i.washk12.org QAContact: koha-bugs@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.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz