[freeside-commits] branch FREESIDE_3_BRANCH updated. b36492836515311a95609f3c23d5292eb95f435f

Ivan ivan at 420.am
Wed Mar 9 16:11:03 PST 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  b36492836515311a95609f3c23d5292eb95f435f (commit)
      from  52cf92b8969a3187b1615c557d650362ef702497 (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 b36492836515311a95609f3c23d5292eb95f435f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Mar 9 16:11:02 2016 -0800

    xss

diff --git a/httemplate/search/quotation.html b/httemplate/search/quotation.html
index 2eba71c..16affeb 100755
--- a/httemplate/search/quotation.html
+++ b/httemplate/search/quotation.html
@@ -27,7 +27,7 @@
                          $prospect_main ? $prospect_main->name : '';
                        },
                    sub { my $cust_main = shift->cust_main;
-                         $cust_main ? $cust_main->name : '';
+                         $cust_main ? encode_entities($cust_main->name) : '';
                        },
                    'confidence',
                    sub { my $quot = shift;

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

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




More information about the freeside-commits mailing list