diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-12-29 12:45:06 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-12-29 12:45:06 -0800 |
commit | b76a31c1e13c4cfc7ce4b781641ab59ae87434f6 (patch) | |
tree | 376c1d5cf9d5d10e8dc2b4df0f7397e3ff149d09 | |
parent | 949a80c148a8bbeeeec54c5a0be5d73b292423a5 (diff) |
fix change pkg 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 dd15c7b71..ed460de11 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -254,7 +254,7 @@ acl => 'Change customer package', condition => $reg_recur_cond, popup => "misc/change_pkg.cgi?$plink". - ';locationnum='. $cust_pkg->locationnum. + ';locationnum='. $cust_pkg->locationnum, actionlabel => emt('Change package'), #width => 768, width => 960, |