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

(-)a/circ/circulation.pl (+1 lines)
Lines 596-601 $template->param( Link Here
596
    findborrower      => $findborrower,
596
    findborrower      => $findborrower,
597
    borrower          => $borrower,
597
    borrower          => $borrower,
598
    borrowernumber    => $borrowernumber,
598
    borrowernumber    => $borrowernumber,
599
    categoryname      => $borrower->{'description'},
599
    branch            => $branch,
600
    branch            => $branch,
600
    branchname        => GetBranchName($borrower->{'branchcode'}),
601
    branchname        => GetBranchName($borrower->{'branchcode'}),
601
    printer           => $printer,
602
    printer           => $printer,
(-)a/members/pay.pl (-1 / +1 lines)
Lines 139-144 sub add_accounts_to_template { Link Here
139
    $template->param(
139
    $template->param(
140
        accounts => $accounts,
140
        accounts => $accounts,
141
        borrower => $borrower,
141
        borrower => $borrower,
142
        categoryname => $borrower->{'description'},
142
        total    => $total,
143
        total    => $total,
143
    );
144
    );
144
    return;
145
    return;
145
- 

Return to bug 14349