RT# 77332 - Fixed error where all packages updated with new next bill date, instead...
[freeside.git] / httemplate / search / elements / search-html.html
index 3ea38ae..87bdbab 100644 (file)
@@ -62,7 +62,7 @@
 
         <% defined($opt{'html_init'}) 
               ? ( ref($opt{'html_init'})
-                    ? &{$opt{'html_init'}}()
+                    ? &{$opt{'html_init'}}($opt{search_string})
                     : $opt{'html_init'}
                 )
               : ''