diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-12-14 09:03:36 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-12-14 09:03:36 -0800 |
commit | 6961a8dafbc4e4afc6fa538ce7a2aaa3e31e70ae (patch) | |
tree | fe4383009a4c483e3776ec36ea2a412f52356136 | |
parent | 018cafeda5005d9b7832194a7b6ad311e4d31238 (diff) |
fix discount link (clean up package list UI: put actions in a dropdown)
-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 14f7fb006..dd15c7b71 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -268,7 +268,7 @@ && ! $cust_pkg->get('cancel') && $can_discount_pkg }, - popup => "edit/cust_pkg_discount.html?$plink". + popup => "edit/cust_pkg_discount.html?$plink", actionlabel => emt('Discount package'), width => 616, }, |