diff options
author | ivan <ivan> | 2008-06-12 21:53:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-12 21:53:32 +0000 |
commit | e4fc461dd93181e8199d5cc5e2de2a11732b1bfd (patch) | |
tree | b5eb8740bef97c085e9482eb4d773d87aae937cd /httemplate/view | |
parent | 360fb1d80bf93e94cc3e3891f22693dec2ce5022 (diff) |
fix cloning w/new package editor
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_main/packages.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index b71bdee31..9b1bed90c 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -628,7 +628,6 @@ sub pkg_customize_link { my $cust_pkg = shift or return ''; my $custnum = $cust_pkg->custnum; qq!<A HREF="${p}edit/part_pkg.cgi?!. - "keywords=$custnum;". "clone=". $cust_pkg->part_pkg->pkgpart. ';'. "pkgnum=". $cust_pkg->pkgnum. qq!">Customize</A>!; |