Revision 64c4e3c6
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
965 | 965 |
push @options, $locale->text('Order Number') . " : $form->{ordnumber}" if $form->{ordnumber}; |
966 | 966 |
push @options, $locale->text('Notes') . " : $form->{notes}" if $form->{notes}; |
967 | 967 |
push @options, $locale->text('Transaction description') . " : $form->{transaction_description}" if $form->{transaction_description}; |
968 |
push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1) if $form->{transdatefrom};
|
|
969 |
push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1) if $form->{transdateto};
|
|
968 |
push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1) if $form->{transdatefrom};
|
|
969 |
push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1) if $form->{transdateto};
|
|
970 | 970 |
push @options, $locale->text('Open') if $form->{open}; |
971 | 971 |
push @options, $locale->text('Closed') if $form->{closed}; |
972 | 972 |
push @options, $locale->text('Delivered') if $form->{delivered}; |
Auch abrufbar als: Unified diff
Der ReportGenerator escapet HTML-Sonderzeichen, sodass auch wortwörtlich so zu sehen ist -- also ihm nur ein normales Leerzeichen übergeben.