[freeside-commits] freeside/httemplate/edit/cust_main/first_pkg svc_dsl.html, NONE, 1.1 select-part_pkg.html, 1.4, 1.5

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


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

Modified Files:
	select-part_pkg.html 
Added Files:
	svc_dsl.html 
Log Message:
new customer from prospect qualification, RT#7111

--- NEW FILE: svc_dsl.html ---
<% ntable("#cccccc") %>

% if ( $opt{'phonenum'} ) {

  <INPUT TYPE="hidden" NAME="loop_type" VALUE="">
  <INPUT TYPE="hidden" NAME="phonenum" VALUE="<% $opt{'phonenum'} %>">

  <TR>
    <TD ALIGN="right">Loop Type</TD>
    <TD BGCOLOR="#eeeeee">Line-share</TD>
  </TR>

  <TR>
    <TD ALIGN="right">Phone Number</TD>
    <TD BGCOLOR="#eeeeee"><% $opt{'phonenum'} %></TD>
  </TR>

% } else {

  <INPUT TYPE="hidden" NAME="loop_type" VALUE="0">
  <INPUT TYPE="hidden" NAME="phonenum" VALUE="">

  <TR>
    <TD ALIGN="right">Loop Type</TD>
    <TD BGCOLOR="#eeeeee">Standalone</TD>
  </TR>

% }

<TR>
  <TD ALIGN="right">PPPoE password</TD>
  <TD>
    <INPUT TYPE      = "text"
           NAME      = "password"
           VALUE     = "<% $opt{'password'} %>"
    >
  </TD>
</TR>

<TR>
  <TD ALIGN="right">ISP Changing?</TD>
  <TD>
    <INPUT TYPE      = "checkbox"
           NAME      = "isp_chg"
           VALUE     = "Y"
           <% $opt{'isp_chg'} eq 'Y' ? 'CHECKED' : '' %>
    >
  </TD>
</TR>

<TR>
  <TD ALIGN="right">Current or Previous ISP</TD>
  <TD>
    <INPUT TYPE      = "text"
           NAME      = "isp_prev"
           VALUE     = "<% $opt{'isp_prev'} %>"
    >
  </TD>
</TR>

<INPUT TYPE="hidden" NAME="vendor_qual_id" VALUE="<% $opt{'vendor_qual_id'} %>">
<TR>
  <TD ALIGN="right">Vendor Qualification ID</TD>
  <TD BGCOLOR="#eeeeee"><% $opt{'vendor_qual_id'} %></TD>
</TR>

</TABLE>

<%init>

my %opt = @_;

#my $conf = new FS::Conf;

</%init>

Index: select-part_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/first_pkg/select-part_pkg.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- select-part_pkg.html	10 Oct 2010 00:26:24 -0000	1.4
+++ select-part_pkg.html	22 Mar 2011 06:00:54 -0000	1.5
@@ -133,8 +133,7 @@
 my $url_prefix = $opt{'relurls'} ? '' : $p;
 
 my @part_pkg = @{$opt{'part_pkg'}};
-
-my @first_svc = ( 'svc_acct', 'svc_phone' );
+my @first_svc = @{ $opt{'first_svc'} };
 
 my %pkgpart_svcpart = ();
 my %svcdb = ();



More information about the freeside-commits mailing list