From: Ivan Kohler Date: Tue, 4 Apr 2017 00:29:31 +0000 (-0700) Subject: discounts on one-time charges< RT#75448 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=8231205cece72104d86c834abd2dffd342b0e988;p=freeside.git discounts on one-time charges< RT#75448 --- diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index f7c956ff8..8e022db92 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -224,9 +224,6 @@ function bill_now_changed (what) { -% if ( $curuser->access_right('Edit package definition costs') ) { -% } - % if ( $conf->exists('invoice-unitprice') ) { <% mt('Quantity') |h %> @@ -262,7 +259,7 @@ function bill_now_changed (what) { % unless ($quotationnum) { - <% mt('Optional additional description (also printed on invoice):') |h %> + <% mt('Optional additional description (also printed on invoice):') |h %> % foreach (@description) { @@ -349,30 +346,30 @@ function bill_now_changed (what) { -% if ( $curuser->access_right('Edit package definition costs') ) { + - + Taxation + - Taxation -
+ + + + - - - - + <& /elements/tr-select-taxclass.html, 'curr_value' => scalar($cgi->param('taxclass')) &> - <& /elements/tr-select-taxclass.html, 'curr_value' => scalar($cgi->param('taxclass')) &> + <& /elements/tr-select-taxproduct.html, + 'label' => emt('Tax product'), + 'curr_value' => scalar($cgi->param('taxproductnum')), + &> - <& /elements/tr-select-taxproduct.html, - 'label' => emt('Tax product'), - 'curr_value' => scalar($cgi->param('taxproductnum')), - &> + <& /elements/tr-select-taxoverride.html, + 'curr_value' => scalar($cgi->param('tax_override')), + &> - <& /elements/tr-select-taxoverride.html, - 'curr_value' => scalar($cgi->param('tax_override')), - &> +
<% mt('Tax exempt') |h %> param('setuptax') ? 'CHECKED' : '' %>>
<% mt('Tax exempt') |h %> param('setuptax') ? 'CHECKED' : '' %>>
- +% if ( $curuser->access_right('Edit package definition costs') ) {
<% mt('Cost Accounting') |h %> @@ -388,10 +385,11 @@ function bill_now_changed (what) { - - % } + + +