X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fselect-did.html;h=062c98a80191044b2e53eeb12d04343a0dd79eb5;hb=0b1c458214a23b0ae3d8b8926989341e69468ff3;hp=b62d6a089413cac9175a6e64d73424509497d4d0;hpb=624b2d44625f69d71175c3348cae635d580c890b;p=freeside.git diff --git a/httemplate/elements/select-did.html b/httemplate/elements/select-did.html index b62d6a089..062c98a80 100644 --- a/httemplate/elements/select-did.html +++ b/httemplate/elements/select-did.html @@ -44,6 +44,7 @@ Example: <% include('/elements/select-phonenum.html', 'svcpart' => $svcpart, 'empty' => 'Select phone number', + 'bulknum' => $bulknum, ) %> @@ -57,6 +58,19 @@ Example: +% if ( $bulknum ) { +
+% my $i; +% for($i=0; $i < $bulknum; $i++) { + +% } +
+% } % } else { @@ -86,6 +100,8 @@ if ( scalar(@exports) > 1 ) { my $use_selector = scalar(@exports) ? 1 : 0; +my $bulknum = $opt{'bulknum'} || 0; + #my $field = $opt{'field'} || 'phonenum';