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

(-)a/members/cancel-charge.pl (-2 / +1 lines)
Lines 50-56 my $charge = Koha::Account::Lines->find($accountlines_id); Link Here
50
$charge->cancel(
50
$charge->cancel(
51
    {
51
    {
52
        branch   => C4::Context->userenv->{'branch'},
52
        branch   => C4::Context->userenv->{'branch'},
53
        staff_id => $user
53
        staff_id => C4::Context->userenv->{'number'}
54
    }
54
    }
55
);
55
);
56
56
57
- 

Return to bug 29457