X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fbrowse%2Fcust_attachment.html;h=7330c05a4b5a852d9d5adbad7405a0122ccd04dd;hb=b5bce398b1dd80089ec363eb14107645cc5a546f;hp=bc9597f24a59ddd2e28f905141f838bdc27b4a4c;hpb=70723170e55a4dbdcf69a227da79ec51e4f4c285;p=freeside.git diff --git a/httemplate/browse/cust_attachment.html b/httemplate/browse/cust_attachment.html index bc9597f24..7330c05a4 100755 --- a/httemplate/browse/cust_attachment.html +++ b/httemplate/browse/cust_attachment.html @@ -91,7 +91,7 @@ my $orderby = $cgi->param('orderby') || 'custnum'; my $query = { table => 'cust_attachment', - hashref => { disabled => $disabled ? { op => '>', value => 0 } : undef, }, + hashref => { disabled => $disabled ? { op => '>', value => 0 } : '', }, order_by => "ORDER BY $orderby", addl_from => 'JOIN cust_main USING (custnum)', extra_sql => ' AND ' . $curuser->agentnums_sql,