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

(-)a/C4/Overdues.pm (-2 / +1 lines)
Lines 640-646 sub UpdateFine { Link Here
640
    # logging action
640
    # logging action
641
    &logaction(
641
    &logaction(
642
        "FINES",
642
        "FINES",
643
        undef,
643
        "UPDATE",
644
        $borrowernumber,
644
        $borrowernumber,
645
        "due=".$due."  amount=".$amount." itemnumber=".$itemnum
645
        "due=".$due."  amount=".$amount." itemnumber=".$itemnum
646
        ) if C4::Context->preference("FinesLog");
646
        ) if C4::Context->preference("FinesLog");
647
- 

Return to bug 22374