allow discounting one-time charges, fix from #18330
authorMark Wells <mark@freeside.biz>
Fri, 16 Jan 2015 20:17:49 +0000 (12:17 -0800)
committerMark Wells <mark@freeside.biz>
Fri, 16 Jan 2015 20:17:49 +0000 (12:17 -0800)
httemplate/view/cust_main/packages/package.html

index cf5c98a..e47d891 100644 (file)
 %           # One-time charge.  Nothing you can do with this, unless:
 %           if ( $curuser->access_right('Modify one-time charge') ) {
                 (&nbsp;<%onetime_change_link($cust_pkg)%>&nbsp;)
-                <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)
+%              ) {
+              (&nbsp;<%pkg_discount_link($cust_pkg)%>&nbsp;)
+%           }
+          <BR>
 %
 %         } elsif ( !$cust_pkg->get('cancel') and !$opt{no_links} ) {
 %