[freeside-commits] branch FREESIDE_4_BRANCH updated. 6961a8dafbc4e4afc6fa538ce7a2aaa3e31e70ae

Ivan ivan at 420.am
Wed Dec 14 09:03:37 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  6961a8dafbc4e4afc6fa538ce7a2aaa3e31e70ae (commit)
      from  018cafeda5005d9b7832194a7b6ad311e4d31238 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6961a8dafbc4e4afc6fa538ce7a2aaa3e31e70ae
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Dec 14 09:03:36 2016 -0800

    fix discount link (clean up package list UI: put actions in a dropdown)

diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html
index 14f7fb0..dd15c7b 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,
                  },

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/packages/package.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list