[freeside-commits] branch master updated. 46d51b13bdc0b06f1894c1239fdb6f10cb9ad489

Justin DeVuyst justin at 420.am
Wed Mar 8 14:01:31 PST 2017


The branch, master has been updated
       via  46d51b13bdc0b06f1894c1239fdb6f10cb9ad489 (commit)
      from  d6d1c1c9b3ee0fd5bbeba5e8f59d6ac0241ebfb0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 46d51b13bdc0b06f1894c1239fdb6f10cb9ad489
Author: Justin DeVuyst <justin at devuyst.com>
Date:   Wed Mar 8 17:00:18 2017 -0500

    Use "" instead of undef.  See RT#24899.

diff --git a/httemplate/browse/cust_attachment.html b/httemplate/browse/cust_attachment.html
index bc9597f..7330c05 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,

-----------------------------------------------------------------------

Summary of changes:
 httemplate/browse/cust_attachment.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list