summaryrefslogtreecommitdiff
path: root/httemplate/view/quotation.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-18 19:43:48 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-18 19:52:12 -0800
commit1553b7eca477f52824b6b352a0e87df68622411b (patch)
tree2d91aa37492805547ee420a6076b595b711a8278 /httemplate/view/quotation.html
parent6d3897cc5511c4f39bf6f9c02432ba7e600bfe74 (diff)
one-time charges on quotations, RT#25561
Diffstat (limited to 'httemplate/view/quotation.html')
-rwxr-xr-xhttemplate/view/quotation.html8
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,