diff options
author | Mark Wells <mark@freeside.biz> | 2013-07-06 17:19:37 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-07-06 17:19:37 -0700 |
commit | b69e236c9509a7427f8a34d30f10d2d1bed63245 (patch) | |
tree | ed7b4f55a49f5d5d6cdbe6e5cebd4750dd75273d /httemplate/elements/select-part_pkg.html | |
parent | 07e65d5203cb6a7b0eef9ea794122b272444dd56 (diff) |
delayed package start option, #20686
Diffstat (limited to 'httemplate/elements/select-part_pkg.html')
-rw-r--r-- | httemplate/elements/select-part_pkg.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/elements/select-part_pkg.html b/httemplate/elements/select-part_pkg.html index 439c4b53e..9d41b07dc 100644 --- a/httemplate/elements/select-part_pkg.html +++ b/httemplate/elements/select-part_pkg.html @@ -23,7 +23,6 @@ Example: 'empty_label' => 'Select package', #should this be the default? 'label_callback' => sub { shift->pkg_comment }, 'hashref' => \%hash, - 'extra_option_attributes' => [ 'can_discount', 'can_start_date' ], %opt, ) %> |