View | Details | Raw Unified | Return to bug 23091
Collapse All | Expand All

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 2063-2069 sub AddReturn { Link Here
2063
                    _CalculateAndUpdateFine(
2063
                    _CalculateAndUpdateFine(
2064
                        {
2064
                        {
2065
                            issue       => $issue,
2065
                            issue       => $issue,
2066
                            item        => $item,
2066
                            item        => $item->unblessed,
2067
                            borrower    => $patron_unblessed,
2067
                            borrower    => $patron_unblessed,
2068
                            return_date => $return_date
2068
                            return_date => $return_date
2069
                        }
2069
                        }
2070
- 

Return to bug 23091