http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11759 --- Comment #51 from Jonathan Druart <jonathan.druart@biblibre.com> --- Comment on attachment 37650 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37650 Bug 11759 [QA Followup] - Fix koha-qa errors Review of attachment 37650: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11759&attachment=37650) ----------------------------------------------------------------- All is good, thanks! ::: circ/circulation.pl @@ -400,4 @@
$template_params->{getTitleMessageIteminfo} = $iteminfo->{'title'}; $template_params->{getBarcodeMessageIteminfo} = $iteminfo->{'barcode'}; $template_params->{NEEDSCONFIRMATION} = 1; - $template_params->{onsite_checkout} => $onsite_checkout,
oops, thanks! @@ -413,5 @@
my ( $od, $issue, $fines ) = GetMemberIssuesAndFines($borrowernumber);
- # FIXME If the issue is confirmed, we launch another time GetMemberIssuesAndFines, now display the issue count after issue - my ( $od, $issue, $fines ) = GetMemberIssuesAndFines( $borrowernumber );
It a bad conflict issue. The fixme has already been removed on master. -- You are receiving this mail because: You are watching all bug changes.