Revision 6a980530
Von Hans Peter Schlaepfer vor fast 4 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1187 | 1187 |
}; |
1188 | 1188 |
push @options, $locale->text('Open') if $form->{open}; |
1189 | 1189 |
push @options, $locale->text('Closed') if $form->{closed}; |
1190 |
push @options, $locale->text('Delivery Order created') if $form->{delivered};
|
|
1190 |
push @options, $locale->text('Delivery Order created') if $form->{delivered}; |
|
1191 | 1191 |
push @options, $locale->text('Not delivered') if $form->{notdelivered}; |
1192 | 1192 |
push @options, $locale->text('Periodic invoices active') if $form->{periodic_invoices_active}; |
1193 | 1193 |
push @options, $locale->text('Reqdate not set or before current month') if $form->{reqdate_unset_or_old}; |
Auch abrufbar als: Unified diff
Kosmetik: alignment