summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_pkg.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-10-13 17:19:42 +0000
committerjeff <jeff>2007-10-13 17:19:42 +0000
commit512101feff03c4b3f75c22e2a480f4f4f726c7cb (patch)
treeec23323642d745dfd1141ec7df20d962806ad755 /httemplate/edit/part_pkg.cgi
parent3e68eca8c3aa85940115234f9862ef2681061ea3 (diff)
correct agent_defaultpkg handling
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 5d7f7551d..2bd48bfc4 100755
--- a/httemplate/edit/part_pkg.cgi
+++ b/httemplate/edit/part_pkg.cgi
@@ -159,7 +159,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="">
%}else{
Reseller information
@@ -172,7 +172,7 @@ Reseller information
'table' => 'agent_type',
'name_col' => 'atype',
'value' => \@agent_type,
- 'empty_label' => '(none)',
+ 'empty_label' => 'select agent types',
'element_etc' => 'multiple size="10"',
)
%>