[Bug 8461] Block returns of withdrawn items show as 'not checked out'
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8461 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl Status|Signed Off |Failed QA QA Contact| |m.de.rooy@rijksmuseum.nl --- Comment #10 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- if( $issue ){ my $date_due_dt = dt_from_string( $issue->date_due, 'sql' ); $duedate = $date_due_dt->strftime('%Y-%m-%d %H:%M'); $input{borrowernumber} = $issue->borrowernumber; $riborrowernumber{0} = $borrower->{'borrowernumber'}; } $input{duedate} = $duedate; $input{not_returned} = 1; This raises questions. If no issue, you set not_returned? Shouldnt it depend on issue? And some untidiness: WARN circ/returns.pl WARN tidiness The file is less tidy than before (bad/messy lines before: 230, now: 236) -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org