diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 19:43:48 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 19:43:48 -0800 |
| commit | f92a083465019a7224d912cd78b6881f8aef1b52 (patch) | |
| tree | 4816e5b52373ebaf62681e19bec8ed304f99f5e6 /httemplate/view/quotation.html | |
| parent | 03c12b4dabfcaabc218f39ee13557edebc13931d (diff) | |
one-time charges on quotations, RT#25561
Diffstat (limited to 'httemplate/view/quotation.html')
| -rwxr-xr-x | httemplate/view/quotation.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index 81c7cdd7b..bd998bb91 100755 --- a/httemplate/view/quotation.html +++ b/httemplate/view/quotation.html @@ -17,9 +17,15 @@ function areyousure(href, message) { 'actionlabel' => emt('Add package'), map { $_ => $quotation->$_ } qw( quotationnum custnum prospectnum ) &> - <BR><BR> % } +% if ( $curuser->access_right('One-time charge') ) { + | <& /elements/one_time_charge_link.html, + map { $_ => $quotation->$_ } qw( quotationnum custnum prospectnum ) + &> +% } + <BR><BR> + % if ( 1 ) { #if ( $curuser->access_right('Send quotations') ) <& /elements/popup_link.html, |
