X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fcontacts.html;h=e91af54e6f3be6b856fe449d9ccb94c2fe23f35b;hp=e88c02ea5d2c85bd6cc26b50fc3c47936a39ebb3;hb=82de9040b2d99c05060be6396bab8bd74db96f6c;hpb=97bd9c0842f1799722c87de24fd0bfc69027ea65 diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index e88c02ea5..e91af54e6 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -10,7 +10,7 @@ Contact name - <% $cust_main->get("${pre}last"). ', '. $cust_main->get("${pre}first") %> + <% $cust_main->get("${pre}last"). ', '. $cust_main->get("${pre}first") |h %> % if ( $which eq '' && $conf->exists('show_ss') ) { SS# @@ -19,11 +19,11 @@ Company - <% $cust_main->get("${pre}company") %> + <% $cust_main->get("${pre}company") |h %> Address - <% $cust_main->get("${pre}address1") %> + <% $cust_main->get("${pre}address1") |h %> % if ( $cust_main->get("${pre}address2") ) { @@ -36,20 +36,20 @@ <% $address2_label %> - <% $cust_main->get("${pre}address2") %> + <% $cust_main->get("${pre}address2") |h %> % } City - <% $cust_main->get("${pre}city") %> + <% $cust_main->get("${pre}city") |h %> % if ( $cust_main->get("${pre}county") ) { County - <% $cust_main->get("${pre}county") %> + <% $cust_main->get("${pre}county") |h %> % } State - <% state_label( $cust_main->get("${pre}state"), $cust_main->get("${pre}country") ) %> + <% state_label( $cust_main->get("${pre}state"), $cust_main->get("${pre}country") ) |h %> Zip <% $cust_main->get("${pre}zip") %>