[freeside-commits] freeside/httemplate/view/cust_main/packages location.html, 1.7, 1.8

Ivan,,, ivan at wavetail.420.am
Mon Dec 28 11:18:22 PST 2009


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages
In directory wavetail.420.am:/tmp/cvs-serv11618/httemplate/view/cust_main/packages

Modified Files:
	location.html 
Log Message:
beginning of prospect/CRM/contact work

Index: location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/location.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- location.html	23 Dec 2009 21:21:15 -0000	1.7
+++ location.html	28 Dec 2009 19:18:20 -0000	1.8
@@ -4,12 +4,16 @@
   <I><FONT SIZE=-1>(default service address)</FONT><BR>
 % }
 
-  <% $loc->location_label( 'join_string' => '<BR>',
+  <% $loc->location_label( 'join_string'     => '<BR>',
+                           'double_space'    => ' &nbsp; ',
                            'escape_function' => \&encode_entities,
+                           'countrydefault'  => $countrydefault,
                          )
   %>
 
+% unless ( $cust_pkg->locationnum ) {
   </I>
+% }
 
 % if ( ! $cust_pkg->get('cancel')
 %      && $FS::CurrentUser::CurrentUser->access_right('Change customer package')



More information about the freeside-commits mailing list