Revision 504fcaf1
Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt
SL/DB/Buchungsgruppe.pm | ||
---|---|---|
18 | 18 |
if( $self->inventory_accno_id ) { |
19 | 19 |
require SL::DB::Chart; |
20 | 20 |
my $inventory_accno = SL::DB::Manager::Chart->find_by( id => $self->inventory_accno_id ); |
21 |
push(@errors, $::locale->text('Buchungsgruppe #1 needs a valid inventory account', $self->description)) unless $inventory_accno;
|
|
21 |
push(@errors, $::locale->text('Booking group #1 needs a valid inventory account', $self->description)) unless $inventory_accno;
|
|
22 | 22 |
} else { |
23 |
push @errors, $::locale->text('The Buchungsgruppe needs an inventory account.');
|
|
23 |
push @errors, $::locale->text('The booking group needs an inventory account.');
|
|
24 | 24 |
}; |
25 | 25 |
|
26 | 26 |
return @errors; |
Auch abrufbar als: Unified diff
Übersetzung für Buchungsgruppe -> Booking group