summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-12-29 12:45:07 -0800
committerIvan Kohler <ivan@freeside.biz>2016-12-29 12:45:07 -0800
commit3bb4340c3ea12b3475439f5628f966ea222b626e (patch)
treecd07d21a9580b9661ac8a1ef8a9f4bd4c73d5b3f
parent0497c3eef8d7fb384ec09cf2ef82d3324faef89c (diff)
fix change pkg link
-rw-r--r--httemplate/view/cust_main/packages/package.html2
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,