quotations, RT#16996
[freeside.git] / httemplate / edit / quotation.html
1 <% include( 'elements/edit.html',
2                  'name'   => 'Quotation',
3                  'table'  => 'quotation',
4                  'labels' => { 
5                                'quotationnum' => 'Quotation number',
6                              },
7                  #XXX some way to disable the "view all"
8            )
9 %>
10 <%init>
11
12 die "access denied"
13   unless $FS::CurrentUser::CurrentUser->access_right('Generate quotation');
14
15 </%init>