diff options
| author | mark <mark> | 2012-01-30 18:50:19 +0000 |
|---|---|---|
| committer | mark <mark> | 2012-01-30 18:50:19 +0000 |
| commit | fdc8152e9fea3d1a81ca4f7604379a9eb17bb494 (patch) | |
| tree | 02caf3c9df02fb24b4a879eedbfff92c881c98d3 | |
| parent | 93f780d25cc63f7934308e7c5a8dd8a807216151 (diff) | |
fix dead link
| -rw-r--r-- | httemplate/view/cust_main/packages/package.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html index 494344586..5d93ad46f 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -74,7 +74,7 @@ % % if ( scalar(@invoice_detail) || scalar(@comments) || $editi || $editc ) { % -% my $editlink = $p. 'edit/cust_pkg_detail?pkgnum='. $cust_pkg->pkgnum. +% my $editlink = $p. 'edit/cust_pkg_detail.html?pkgnum='. $cust_pkg->pkgnum. % ';detailtype='; <TR> |
