summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_pkg.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/part_pkg.cgi')
-rwxr-xr-xhttemplate/edit/part_pkg.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi
index 98ce71a28..7c6115423 100755
--- a/httemplate/edit/part_pkg.cgi
+++ b/httemplate/edit/part_pkg.cgi
@@ -162,7 +162,7 @@ Line-item revenue recognition
</TD><TD VALIGN="top">
-% if ( $cgi->param('clone') ) {
+% if ( $cgi->param('clone') || $conf->exists('agent_defaultpkg') ) {
<INPUT TYPE="hidden" NAME="agent_type" VALUE="">
@@ -178,7 +178,7 @@ Line-item revenue recognition
'table' => 'agent_type',
'name_col' => 'atype',
'value' => \@agent_type,
- 'empty_label' => '(none)',
+ 'empty_label' => 'select agent types',
'element_etc' => 'multiple size="10"',
)
%>