diff options
| author | ivan <ivan> | 2004-03-22 11:06:28 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2004-03-22 11:06:28 +0000 |
| commit | 49401d74e2f9757808630c6aea4c298f672d2697 (patch) | |
| tree | a5957807d40775182f593055cbd3074d8c17440f /httemplate/search/cust_main.cgi | |
| parent | 6cbc1e9226dbacccb377f2d56194946f6d5c6b36 (diff) | |
remove everything that links to package view also, closes: Bug#569
Diffstat (limited to 'httemplate/search/cust_main.cgi')
| -rwxr-xr-x | httemplate/search/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 2b5b73a4b..2b1ab83b1 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -435,7 +435,7 @@ END my $pkg = $part_pkg->pkg; my $comment = $part_pkg->comment; - my $pkgview = $p. 'view/cust_pkg.cgi?'. $pkgnum; + my $pkgview = "${p}view/cust_main.cgi?$custnum#cust_pkg$pkgnum"; my @cust_svc = @{shift @lol_cust_svc}; #my(@cust_svc) = qsearch( 'cust_svc', { 'pkgnum' => $_->pkgnum } ); my $rowspan = scalar(@cust_svc) || 1; |
