[freeside-commits] freeside/httemplate/misc xmlhttp-cust_main-censustract.html, 1.1, 1.2

Jeff Finucane,420,, jeff at wavetail.420.am
Sun Jul 26 20:26:49 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv14204/httemplate/misc

Modified Files:
	xmlhttp-cust_main-censustract.html 
Log Message:
FCC from 477 improvements #4912

Index: xmlhttp-cust_main-censustract.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/xmlhttp-cust_main-censustract.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmlhttp-cust_main-censustract.html	29 Jun 2009 13:53:24 -0000	1.1
+++ xmlhttp-cust_main-censustract.html	27 Jul 2009 03:26:47 -0000	1.2
@@ -86,6 +86,8 @@
         }
 
         $error = "No census tract found" unless $return->{tractcode};
+        $return->{tractcode} .= ' '
+          unless $error || $JSON::VERSION >= 2; #broken JSON 1 workaround
 
       } #unless ($res->code  eq '200')
 



More information about the freeside-commits mailing list