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

(-)a/acqui/neworderempty.pl (-2 / +1 lines)
Lines 355-361 $template->param( Link Here
355
355
356
# get option values for gist syspref
356
# get option values for gist syspref
357
my @gst_values = map {
357
my @gst_values = map {
358
    option => $_
358
    option => $_ + 0.0
359
}, split( '\|', C4::Context->preference("gist") );
359
}, split( '\|', C4::Context->preference("gist") );
360
360
361
$template->param(
361
$template->param(
362
- 

Return to bug 11680