[freeside-commits] freeside/httemplate/view/cust_main contacts_new.html, NONE, 1.1 contacts.html, 1.14, 1.15

Ivan,,, ivan at wavetail.420.am
Sun Mar 27 15:46:40 PDT 2011


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

Modified Files:
	contacts.html 
Added Files:
	contacts_new.html 
Log Message:
better prospect -> customer conversion, RT#7111

Index: contacts.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/contacts.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -d -r1.14 -r1.15
--- contacts.html	2 Nov 2010 00:28:13 -0000	1.14
+++ contacts.html	27 Mar 2011 22:46:38 -0000	1.15
@@ -96,7 +96,7 @@
 <BR>
 % }
 % } 
-
+<% include('contacts_new.html', $cust_main) %>
 <%once>
 
 my $daytime_label = FS::Msgcat::_gettext('daytime') =~ /^(daytime)?$/

--- NEW FILE: contacts_new.html ---
% if ( @contacts ) {
<BR>
Contacts
<% ntable("#cccccc",2) %>
%   foreach my $contact ( @contacts ) {
      <TR>
        <TD ALIGN="right">Contact</TD>
        <TD BGCOLOR="#FFFFFF"><% $contact->line %></TD>
      </TR>
%   }
</TABLE>

% }

<%init>

my( $cust_main ) = @_;
#my $conf = new FS::Conf;

my @contacts = $cust_main->cust_contact;

</%init>



More information about the freeside-commits mailing list