diff options
author | Mark Wells <mark@freeside.biz> | 2013-07-06 17:30:47 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-07-06 17:30:47 -0700 |
commit | 8240403713de07e6b9c1d8a645838791e80823b7 (patch) | |
tree | cc9e0f177e9a764b9dc231f1a1458cdb7104ce9e /httemplate/elements/select-part_pkg.html | |
parent | 5e4d3c3f6b9b1aa27ff66f4c772f8f8a8c7ade54 (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, ) %> |