Revision 9ed4151c
Von Bernd Bleßmann vor etwa 11 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
902 | 902 |
push @options, $locale->text('Closed') if $form->{closed}; |
903 | 903 |
push @options, $locale->text('Delivery Order created') if $form->{delivered}; |
904 | 904 |
push @options, $locale->text('Not delivered') if $form->{notdelivered}; |
905 |
push @options, $locale->text('Periodic invoices active') if $form->{periodic_invoices_actibe};
|
|
905 |
push @options, $locale->text('Periodic invoices active') if $form->{periodic_invoices_active};
|
|
906 | 906 |
|
907 | 907 |
if ($form->{business_id}) { |
908 | 908 |
my $vc_type_label = $form->{vc} eq 'customer' ? $locale->text('Customer type') : $locale->text('Vendor type'); |
Auch abrufbar als: Unified diff
Tippfehler behoben, wodurch Suchoption "wiederkehrende Rchg. aktiv" nicht angezeigt wurde.