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

(-)a/members/paycollect.pl (-2 / +1 lines)
Lines 104-110 if ( $pay_individual || $writeoff_individual ) { Link Here
104
    $template->param(
104
    $template->param(
105
        selected_accts => $selected_lines,
105
        selected_accts => $selected_lines,
106
        amt            => $total_due,
106
        amt            => $total_due,
107
        selected_accts_notes => scalar $input->param('notes'),
107
        selected_accts_notes => scalar $input->param_fetch('notes')->[0], # get the encoded value
108
    );
108
    );
109
}
109
}
110
110
111
- 

Return to bug 34870