https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8461
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Signed Off |Failed QA QA Contact| |[email protected] --- Comment #10 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
