stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / search / qual.cgi
index 1803ab8..7b718e4 100755 (executable)
@@ -1,4 +1,4 @@
-<% include( 'elements/search.html',
+<& elements/search.html,
                  'title'         => 'Qualifications',
                 'name_singular' => 'qualification',
                 'query'         => { 'table'     => 'qual',
@@ -22,7 +22,7 @@
                                        $self->status_long;
                                      },
                                      sub { shift->cust_or_prospect->name },
-                                     'phonenum',
+                                     sub { shift->phonenum || '(none - dry loop)' },
                                      sub {
                                        my $self = shift;
                                        my %location_hash= $self->location_hash;
@@ -51,8 +51,8 @@
                                      '',
                                      '',
                                    ],
-      )
-%>
+      
+&>
 <%init>
 
 die "access denied"