summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/quotations.html
blob: 4e3a207fe3ff3bb36108f199b06eaf909b31a4df (plain)
1
2
3
4
5
6
7
8
9
10
<& /elements/quotations.html,
     cust_main     => $cust_main,
     convert_label => 'Place order',
&>

<%init>

my $cust_main = shift;

</%init>