[freeside-commits] branch master updated. 420d984948f76376ec18a731031926e9e769f9b0

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


The branch, master has been updated
       via  420d984948f76376ec18a731031926e9e769f9b0 (commit)
      from  7e4a6981a48ce6ac8dd212799f4d7e342b7db64b (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 420d984948f76376ec18a731031926e9e769f9b0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Dec 14 09:03:34 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