diff options
-rw-r--r-- | bin/gl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -951,7 +951,7 @@ qq|<option value="$_->{projectnumber}--$_->{id}">$_->{projectnumber}\n|; $form->{rowcount} = $count + 1; - display_form; + display_form(); } |