1 <& /elements/popup_link-cust_main.html,
2 'action' => $p. 'misc/order_pkg.html',
3 'label' => $opt{'label'} || emt('Order new package'),
4 'actionlabel' => $opt{'actionlabel'} || emt('Order new package'),
6 'cust_main' => $opt{cust_main},
7 'prospect_main' => $opt{prospect_main},
8 'custnum' => $opt{custnum},
9 'prospectnum' => $opt{prospectnum},
10 'closetext' => emt('Close'),
20 map { $_ => $opt{$_} }
22 qw( lock_pkgpart lock_locationnum qualnum quotationnum svcpart );
24 my $height = $opt{'lock_locationnum'} ? 470 : 740;