From fb4c3b9051c1019c6c24dc92cd7f016484aac711 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 12 Sep 2016 17:42:16 -0500 Subject: 71720: Prevent billing events from running on holidays --- httemplate/elements/tr-checkbox-multiple.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/elements/tr-checkbox-multiple.html') diff --git a/httemplate/elements/tr-checkbox-multiple.html b/httemplate/elements/tr-checkbox-multiple.html index bb90a820b..4d754b007 100644 --- a/httemplate/elements/tr-checkbox-multiple.html +++ b/httemplate/elements/tr-checkbox-multiple.html @@ -33,6 +33,8 @@ my $onchange = $opt{'onchange'} my $value = $opt{'curr_value'} || $opt{'value'}; +$value = $opt{default_value} if $opt{default_value} && !defined($value); + my $labels = $opt{'option_labels'} || $opt{'labels'}; my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; -- cgit v1.2.1