[freeside-commits] branch master updated. d8eb6e54c5bee38f48ee3f7e22210e1b1f373efd

Mark Wells mark at 420.am
Fri Jan 16 12:18:05 PST 2015


The branch, master has been updated
       via  d8eb6e54c5bee38f48ee3f7e22210e1b1f373efd (commit)
      from  92adf71887c2680f464d660cab727ea112e858a5 (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 d8eb6e54c5bee38f48ee3f7e22210e1b1f373efd
Author: Mark Wells <mark at freeside.biz>
Date:   Fri Jan 16 12:17:49 2015 -0800

    allow discounting one-time charges, fix from #18330

diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html
index cf5c98a..e47d891 100644
--- a/httemplate/view/cust_main/packages/package.html
+++ b/httemplate/view/cust_main/packages/package.html
@@ -52,8 +52,15 @@
 %           # One-time charge.  Nothing you can do with this, unless:
 %           if ( $curuser->access_right('Modify one-time charge') ) {
                 ( <%onetime_change_link($cust_pkg)%> )
-                <BR>
 %           }
+%           # also, you can discount it
+%           if ( $curuser->access_right('Discount customer package')
+%                && ! scalar($cust_pkg->cust_pkg_discount_active)
+%                && ! scalar($cust_pkg->part_pkg->part_pkg_discount)
+%              ) {
+              ( <%pkg_discount_link($cust_pkg)%> )
+%           }
+          <BR>
 %
 %         } elsif ( !$cust_pkg->get('cancel') and !$opt{no_links} ) {
 %

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

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




More information about the freeside-commits mailing list