summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-cust-part_pkg.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-03-15 16:20:08 -0700
committerIvan Kohler <ivan@freeside.biz>2015-03-15 16:20:08 -0700
commit8c5702cc86a16f25a9ceb9b822b2aac6a324afaa (patch)
tree9a1a9469f2ae5f607e3d22709f40d426675a452a /httemplate/elements/tr-select-cust-part_pkg.html
parent66ee0ce238a80eb556eef61785600d84d3f8d85b (diff)
load billing events faster, RT#21572
Diffstat (limited to 'httemplate/elements/tr-select-cust-part_pkg.html')
-rw-r--r--httemplate/elements/tr-select-cust-part_pkg.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/httemplate/elements/tr-select-cust-part_pkg.html b/httemplate/elements/tr-select-cust-part_pkg.html
index 0db989aed..23916d9e2 100644
--- a/httemplate/elements/tr-select-cust-part_pkg.html
+++ b/httemplate/elements/tr-select-cust-part_pkg.html
@@ -91,11 +91,12 @@
<TH ALIGN="right"><% mt('Package') |h %></TH>
<TD COLSPAN=7>
<& /elements/select-cust-part_pkg.html,
- 'curr_value' => $opt{'curr_value'}, #$pkgpart
- 'classnum' => $opt{'classnum'},
- 'cust_main' => $opt{'cust_main'}, #$cust_main
- 'prospect_main' => $opt{'prospect_main'}, #$prospect_main
- 'onchange' => 'pkg_changed',
+ 'curr_value' => $opt{'curr_value'}, #$pkgpart
+ 'classnum' => $opt{'classnum'},
+ 'cust_main' => $opt{'cust_main'}, #$cust_main
+ 'prospect_main' => $opt{'prospect_main'}, #$prospect_main
+ 'onchange' => 'pkg_changed',
+ 'label_callback' => sub { shift->pkg_comment },
&>
</TD>
</TR>