Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 504fcaf1

Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt

  • ID 504fcaf11d8cbf10f353fb22990f559b36f5478c
  • Vorgänger 88f11e29
  • Nachfolger 988028c3

Übersetzung für Buchungsgruppe -> Booking group

Unterschiede anzeigen:

SL/Controller/Taxzones.pm
146 146
        $income_accno  = SL::DB::Manager::Chart->find_by( id => $income_accno_id )  if $income_accno_id;
147 147
        $expense_accno = SL::DB::Manager::Chart->find_by( id => $expense_accno_id ) if $expense_accno_id;
148 148

  
149
        push(@errors, t8('Buchungsgruppe #1 needs a valid income account' , $bg->description)) unless $income_accno;
150
        push(@errors, t8('Buchungsgruppe #1 needs a valid expense account', $bg->description)) unless $expense_accno;
149
        push(@errors, t8('Booking group #1 needs a valid income account' , $bg->description)) unless $income_accno;
150
        push(@errors, t8('Booking group #1 needs a valid expense account', $bg->description)) unless $expense_accno;
151 151

  
152 152
        my $taxzone_chart = SL::DB::Manager::TaxzoneChart->find_by_or_create(buchungsgruppen_id => $bg->id, taxzone_id => $self->config->id);
153 153
        # if taxzonechart doesn't exist an empty new TaxzoneChart object is

Auch abrufbar als: Unified diff