summaryrefslogtreecommitdiff
path: root/httemplate/edit/quotation.html
blob: f70642544e471b99509f6f6cf5f2263e151851f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<% include( 'elements/edit.html',
                 'name'   => 'Quotation',
                 'table'  => 'quotation',
                 'labels' => { 
                               'quotationnum' => 'Quotation number',
                             },
                 #XXX some way to disable the "view all"
           )
%>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Generate quotation');

</%init>