Revision 880ae1e5
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/sepa.pl | ||
---|---|---|
149 | 149 |
|
150 | 150 |
my $form = $main::form; |
151 | 151 |
my $locale = $main::locale; |
152 |
my $vc = $form->{vc} eq 'customer' ? 'customer' : 'vendor'; |
|
152 | 153 |
|
153 |
$form->{title} = $locale->text('List of bank transfers'); |
|
154 |
$form->{title} = $vc eq 'customer' ? $::locale->text('List of bank collections') : $locale->text('List of bank transfers');
|
|
154 | 155 |
$form->{jsscript} = 1; |
155 | 156 |
|
156 | 157 |
$form->header(); |
Auch abrufbar als: Unified diff
Unterscheidung Bankeinzug/Überweisung in Suchmaske