From: Michael Wagner Date: Fri, 12 Aug 2022 11:53:09 +0000 (+0200) Subject: Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811 X-Git-Tag: kivitendo-mebil_0.1-0~10 X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=commitdiff_plain;h=53593baa211863fbf66540cf1bcc36c8fb37257f Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811 Conflicts: SL/Controller/Mebil.pm VERSION locale/de/all menus/user/00-erp.yaml --- 53593baa211863fbf66540cf1bcc36c8fb37257f diff --cc SL/Controller/Mebil.pm index db4a84b11,03a891770..99e20ff6d --- a/SL/Controller/Mebil.pm +++ b/SL/Controller/Mebil.pm @@@ -51,6 -51,10 +51,9 @@@ sub action_showmap $::lxdebug->enter_sub; my ($self) = @_; - # call model ++ # call model -> diese Zeile ist fraglich, war ein Konflikt + $self->{data} = DB::MebilMapping::getMappings($::form->get_standard_dbh); + - $::form->{title} = $::locale->text('Mebil Map'); my $sql = "SELECT fromacc,typ,toacc from mebil_mapping order by ordering"; diff --cc VERSION index 3049e4e11,9575d51ba..8ab2db9ac --- a/VERSION +++ b/VERSION @@@ -1,2 -1,1 +1,2 @@@ - 3.3.0 - xxxxx + 3.6.1 ++ diff --cc locale/de/all index 0121e1cac,d2efcf7dc..e1480665f --- a/locale/de/all +++ b/locale/de/all @@@ -3389,12 -4530,18 +4530,20 @@@ $self->{texts} = 'list_of_receipts' => 'zahlungseingaenge', 'list_of_transactions' => 'buchungsliste', 'male' => 'männlich', + 'mark as paid' => 'als bezahlt markieren', + 'mebil - Mapping: values for #1' => 'mebil - Mapping: Werte für #1', + 'max filesize' => 'maximale Dateigröße', + 'min' => 'min', 'missing' => 'Fehlbestand', + 'missing file for action import' => 'Es wurde keine Datei zum Hochladen ausgewählt', + 'missing_br' => 'Fehl.', 'month' => 'Monatliche Abgabe', 'monthly' => 'monatlich', + 'more' => 'mehr', + 'natural person' => 'natürliche Person', + 'netto' => 'netto', 'never' => 'niemals', + 'new order controller' => 'Neuer Auftrags-Controller', 'next' => 'vor', 'no' => 'nein', 'no article assigned yet' => 'noch kein Artikel zugewiesen',