[Bug 8177] New: Correct a double declaration of variable in Addreturn subroutine
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8177 Priority: P3 Change sponsored?: --- Bug ID: 8177 CC: gmcharlt@gmail.com Assignee: koha@univ-lyon3.fr Summary: Correct a double declaration of variable in Addreturn subroutine Severity: normal Classification: Unclassified OS: All Reporter: koha@univ-lyon3.fr Hardware: All Status: NEW Version: rel_3_8 Component: Circulation Product: Koha Created attachment 9876 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9876&action=edit Correct double declaration of variable $type in Addreturn variable "$type" was declared twice in Addreturn (Circulation.pm module, line 1631) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8177 Koha Team Lyon 3 <koha@univ-lyon3.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8177 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |chris@bigballofwax.co.nz --- Comment #1 from Chris Cormack <chris@bigballofwax.co.nz> --- Applying: Correct double declaration of variable in Addreturn fatal: sha1 information is lacking or useless (C4/Circulation.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Correct double declaration of variable in Addreturn When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8177 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED CC| |katrin.fischer@bsz-bw.de Resolution|--- |FIXED --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I checked the code on current master and the problem seems to be resolved there. Marking the patch resolved for this reason. if($issue->{'overdue'}){ my ( $amount, $type, $daycounttotal ) = C4::Overdues::CalcFine( $item, $borrower->{categorycode},$branch, $datedue, $today ); $type ||= q{}; -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org