X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fconfirm-address_standardize.html;fp=httemplate%2Fmisc%2Fconfirm-address_standardize.html;h=9d1a5c13547a17e1484459a048ab821a6701443a;hp=0a05c70bd99cbc60fbc056db068c122cde98d6e3;hb=248adb2dc574b01909b85088144e5bedd661ee27;hpb=dd25b0b83ee81f3d23b97695ccea1184951d1373 diff --git a/httemplate/misc/confirm-address_standardize.html b/httemplate/misc/confirm-address_standardize.html index 0a05c70bd..9d1a5c135 100644 --- a/httemplate/misc/confirm-address_standardize.html +++ b/httemplate/misc/confirm-address_standardize.html @@ -34,18 +34,18 @@ Confirm address standardization % if ( $old{$pre.'company'} ) { - <% $old{$pre.'company'} %> + <% $old{$pre.'company'} |h %> % } - <% $old{$pre.'address1'} %> + <% $old{$pre.'address1'} |h %> <% $new{$pre.'error'} %> - <% $old{$pre.'address2'} %> + <% $old{$pre.'address2'} |h %> - <% $old{$pre.'city'} %>, <% $old{$pre.'state'} %> <% $old{$pre.'zip'} %> + <% $old{$pre.'city'} |h %>, <% $old{$pre.'state'} |h %> <% $old{$pre.'zip'} |h %> % } else { # not an error % $rows++ if !$new{$pre.'addr_clean'}; @@ -68,21 +68,21 @@ Confirm address standardization % if ( $old{$pre.'company'} ) { - <% $old{$pre.'company'} %> - <% $new{$pre.'company'} %> + <% $old{$pre.'company'} |h %> + <% $new{$pre.'company'} |h %> % } - <% $old{$pre.'address1'} %> - <% $new{$pre.'address1'} %> + <% $old{$pre.'address1'} |h %> + <% $new{$pre.'address1'} |h %> - <% $old{$pre.'address2'} %> - <% $new{$pre.'address2'} %> + <% $old{$pre.'address2'} |h %> + <% $new{$pre.'address2'} |h %> - <% $old{$pre.'city'} %>, <% $old{$pre.'state'} %> <% $old{$pre.'zip'} %> - <% $new{$pre.'city'} %>, <% $new{$pre.'state'} %> <% $new{$pre.'zip'} %> + <% $old{$pre.'city'} |h %>, <% $old{$pre.'state'} |h %> <% $old{$pre.'zip'} |h %> + <% $new{$pre.'city'} |h %>, <% $new{$pre.'state'} |h %> <% $new{$pre.'zip'} |h %> % } # if error