summaryrefslogtreecommitdiff
path: root/httemplate/edit/agent_type.cgi
diff options
context:
space:
mode:
authorivan <ivan>2005-12-15 19:36:49 +0000
committerivan <ivan>2005-12-15 19:36:49 +0000
commit4b7604d67c78a6507fa52dbd2d476c037a0b723d (patch)
tree0a66143ec220c180457f69f4119091a87d80db9e /httemplate/edit/agent_type.cgi
parent5031220825de2900d4ff217d1892748fe0bf1ec4 (diff)
fix bug when adding new agent types, noticed by Julius Igugu
Diffstat (limited to 'httemplate/edit/agent_type.cgi')
-rwxr-xr-xhttemplate/edit/agent_type.cgi5
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/agent_type.cgi b/httemplate/edit/agent_type.cgi
index 84f4b65..5addbbd 100755
--- a/httemplate/edit/agent_type.cgi
+++ b/httemplate/edit/agent_type.cgi
@@ -42,7 +42,10 @@ Select which packages agents of this type may sell to customers<BR>
'hashref' => { 'disabled' => '' },
'select' => 'part_pkg.*',
'addl_from' => 'LEFT JOIN type_pkgs USING ( pkgpart )',
- 'extra_sql' => 'OR typenum = '. $agent_type->typenum,
+ 'extra_sql' => ( $agent_type->typenum
+ ? 'OR typenum = '. $agent_type->typenum
+ : ''
+ ),
})
) {
%>