Skip to content

Commit

Permalink
FIX: Lieferantenauftragsbestätigung: Datum- u. Nummernbezeichnung bei…
Browse files Browse the repository at this point in the history
… ...

    Anzeige der Verknüpfungen
  • Loading branch information
z4m1n0 committed Jan 15, 2024
1 parent 401434b commit a6933fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SL/Presenter/Record.pm
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ my %TYPE_TO_PARAMS = (
title => $::locale->text('Purchase Order Confirmations'),
type => 'purchase_order_confirmation',
columns => [
[ $::locale->text('Order Date'), 'transdate' ],
[ $::locale->text('Order Number'), sub { $_[0]->presenter->purchase_order_confirmation(display => 'table-cell') } ],
[ $::locale->text('Confirmation Date'), 'transdate' ],
[ $::locale->text('Confirmation Number'), sub { $_[0]->presenter->purchase_order_confirmation(display => 'table-cell') } ],
[ $::locale->text('Request for Quotation'), 'quonumber' ],
[ $::locale->text('Vendor'), 'vendor' ],
[ $::locale->text('Net amount'), 'netamount' ],
Expand Down
2 changes: 2 additions & 0 deletions locale/de/all
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,8 @@ $self->{texts} = {
'Configure' => 'Konfigurieren',
'Confirm!' => 'Bestätigen Sie!',
'Confirmation' => 'Auftragsbestätigung',
'Confirmation Date' => 'Bestätigungsdatum',
'Confirmation Number' => 'Bestätigungsnummer',
'Consume average' => 'Durchschnittsverbrauch',
'Contact' => 'Kontakt',
'Contact Departments' => 'Abteilungen von Ansprechpersonen',
Expand Down
2 changes: 2 additions & 0 deletions locale/en/all
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,8 @@ $self->{texts} = {
'Configure' => '',
'Confirm!' => '',
'Confirmation' => '',
'Confirmation Date' => '',
'Confirmation Number' => '',
'Consume average' => '',
'Contact' => '',
'Contact Departments' => '',
Expand Down

0 comments on commit a6933fe

Please sign in to comment.