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

(-)a/acqui/supplier.pl (-2 / +1 lines)
Lines 137-143 if ( $op eq 'display' ) { Link Here
137
137
138
    # get option values from gist syspref
138
    # get option values from gist syspref
139
    my @gst_values = map {
139
    my @gst_values = map {
140
        option => $_
140
        option => $_ + 0.0
141
    }, split( '\|', C4::Context->preference("gist") );
141
    }, split( '\|', C4::Context->preference("gist") );
142
142
143
    $template->param(
143
    $template->param(
144
- 

Return to bug 11680