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

(-)a/Koha/Account.pm (-2 / +1 lines)
Lines 606-612 sub payout_amount { Link Here
606
                    type              => 'PAYOUT',
606
                    type              => 'PAYOUT',
607
                    transaction_type  => $params->{payout_type},
607
                    transaction_type  => $params->{payout_type},
608
                    amountoutstanding => $params->{amount},
608
                    amountoutstanding => $params->{amount},
609
                    manager_id        => $params->{staff_id},
609
                    user_id           => $params->{staff_id},
610
                    interface         => $params->{interface},
610
                    interface         => $params->{interface},
611
                    branchcode        => $params->{branch},
611
                    branchcode        => $params->{branch},
612
                    cash_register     => $params->{cash_register}
612
                    cash_register     => $params->{cash_register}
613
- 

Return to bug 30458