diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/drafts.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/drafts.pl b/scripts/drafts.pl index f7771f30..7d6008ec 100644 --- a/scripts/drafts.pl +++ b/scripts/drafts.pl @@ -11,7 +11,7 @@ sub search { $request->{class_types} = [ {text => $request->{_locale}->text('AR'), value => 'ar'}, {text => $request->{_locale}->text('AP'), value => 'ap'}, - {text => $request->{_locale}->text('GL'), value => 'GL'}, + {text => $request->{_locale}->text('GL'), value => 'gl'}, ]; my $template = LedgerSMB::Template->new( user =>$request->{_user}, |