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:52:12 -0800 |
| commit | 1553b7eca477f52824b6b352a0e87df68622411b (patch) | |
| tree | 2d91aa37492805547ee420a6076b595b711a8278 /httemplate/view/quotation.html | |
| parent | 6d3897cc5511c4f39bf6f9c02432ba7e600bfe74 (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, |
