[freeside-commits] freeside/httemplate/edit/cust_main first_pkg.html, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Mon Mar 21 23:00:56 PDT 2011


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

Modified Files:
	first_pkg.html 
Log Message:
new customer from prospect qualification, RT#7111

Index: first_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/first_pkg.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- first_pkg.html	11 Oct 2010 09:36:58 -0000	1.2
+++ first_pkg.html	22 Mar 2011 06:00:54 -0000	1.3
@@ -14,6 +14,7 @@
         <TD COLSPAN=2>
           <% include('first_pkg/select-part_pkg.html',
                        'part_pkg' => \@part_pkg,
+                       'first_svc' => \@first_svc,
                        %opt,
                        # map { $_ => $opt{$_} } qw( pkgpart_svcpart saved_domsvc )
                     )
@@ -69,7 +70,7 @@
 
 }
 
-my @first_svc = ( 'svc_acct', 'svc_phone' );
+my @first_svc = ( 'svc_acct', 'svc_phone', 'svc_dsl' );
 
 @part_pkg =
   grep { $_->svcpart(\@first_svc)



More information about the freeside-commits mailing list