Revision 8ff91208
Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1182 | 1182 |
}; |
1183 | 1183 |
push @options, $locale->text('Open') if $form->{open}; |
1184 | 1184 |
push @options, $locale->text('Closed') if $form->{closed}; |
1185 |
push @options, $locale->text('Delivery Order created') if $form->{delivered};
|
|
1185 |
push @options, $locale->text('Delivery Order created') if $form->{delivered}; |
|
1186 | 1186 |
push @options, $locale->text('Not delivered') if $form->{notdelivered}; |
1187 | 1187 |
push @options, $locale->text('Periodic invoices active') if $form->{periodic_invoices_active}; |
1188 | 1188 |
push @options, $locale->text('Reqdate not set or before current month') if $form->{reqdate_unset_or_old}; |
Auch abrufbar als: Unified diff
Kosmetik: alignment