This commit was generated by cvs2svn to compensate for changes in r10640,
[freeside.git] / httemplate / elements / popup_link-cust_main.html
index 6d92301..78e50e7 100644 (file)
@@ -4,7 +4,7 @@ Example:
 
   include('/elements/init_overlib.html')
 
-  include( '/elements/cust_popup_link.html', { #hashref or a list, either way
+  include( '/elements/popup_link-cust_main.html', { #hashref or a list, either way
 
     #required
     'action'         => 'content.html', # uri for content of popup which should
@@ -39,4 +39,8 @@ $params->{'action'} .=
   ( $params->{'action'} =~ /\?/ ? ';' : '?' ).
   'custnum='. $params->{'cust_main'}->custnum;
 
+$params->{'action'} .= ';pkgpart='.$params->{'pkgpart'} if $params->{'pkgpart'};
+$params->{'action'} .= ';locationnum='.$params->{'locationnum'} if $params->{'locationnum'};
+$params->{'action'} .= ';svcpart='.$params->{'svcpart'} if $params->{'svcpart'};
+
 </%init>