From: ivan Date: Sat, 30 Jan 2010 20:05:16 +0000 (+0000) Subject: discounts, RT#6679 X-Git-Tag: root_of_svc_elec_features~497 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d6be23266fb627a4e7831055bf55ae675dbad4e9 discounts, RT#6679 --- diff --git a/httemplate/elements/select-part_pkg.html b/httemplate/elements/select-part_pkg.html index 6b697abdf..e11f02038 100644 --- a/httemplate/elements/select-part_pkg.html +++ b/httemplate/elements/select-part_pkg.html @@ -23,6 +23,7 @@ Example: 'empty_label' => 'Select package', #should this be the default? 'label_callback' => sub { shift->pkg_comment }, 'hashref' => \%hash, + 'extra_option_attributes' => [ 'can_discount' ], %opt, ) %> diff --git a/httemplate/elements/select-table.html b/httemplate/elements/select-table.html index 45585a8ff..4d8d9a988 100644 --- a/httemplate/elements/select-table.html +++ b/httemplate/elements/select-table.html @@ -45,6 +45,10 @@ Example: #