okay. and thank goodness its on 1.9. really fix error reporting on quick package...
[freeside.git] / httemplate / elements / popup_link-cust_main.html
index 3b1363f..a927f39 100644 (file)
@@ -41,7 +41,8 @@ if (ref(@_[0]) eq 'HASH') {
   ($action, $label, $actionlabel, $color, $cust_main) = @_;
 }
 
-$action .= '?'. $cust_main->custnum;
+$action .= ( $action =~ /\?/ ) ? ';' : '?';
+$action .= 'custnum='. $cust_main->custnum;
 
 </%init>
 <% $cust_main