projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
RT#17828: Additional invoice fields on invoice view in selfservice portal
[freeside.git]
/
httemplate
/
view
/
cust_main
/
quotations.html
1
<& /elements/quotations.html,
2
cust_main => $cust_main,
3
convert_label => 'Place order',
4
&>
5
6
<%init>
7
8
my $cust_main = shift;
9
10
</%init>