Revision 6959bb5e
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
198 | 198 |
$main::auth->assert('general_ledger'); |
199 | 199 |
|
200 | 200 |
$form->{title_} = $form->{title}; |
201 |
$form->{title} = $locale->text($form->{title} .' Accounts Payables Transaction');
|
|
201 |
$form->{title} = $form->{title} eq 'Add' ? $locale->text('Add Accounts Payables Transaction') : $locale->text('Edit Accounts Payables Transaction');
|
|
202 | 202 |
|
203 | 203 |
# type=submit $locale->text('Add Accounts Payables Transaction') |
204 | 204 |
# type=submit $locale->text('Edit Accounts Payables Transaction') |
Auch abrufbar als: Unified diff
Übersetzung Titel in Kreditorenbuchungsmaske gefixt