diff options
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, |
