From 2a0cbd885790174fa0f212e6661b30362650a42c Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Fri, 12 Aug 2022 17:28:05 +0200 Subject: [PATCH] epic-ts --- SL/Controller/Mebil.pm | 2 +- debian/kivitendo-mebil.cp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SL/Controller/Mebil.pm b/SL/Controller/Mebil.pm index 99e20ff6d..570e07011 100644 --- a/SL/Controller/Mebil.pm +++ b/SL/Controller/Mebil.pm @@ -52,7 +52,7 @@ sub action_showmap { my ($self) = @_; # call model -> diese Zeile ist fraglich, war ein Konflikt - $self->{data} = DB::MebilMapping::getMappings($::form->get_standard_dbh); + #$self->{data} = DB::MebilMapping::getMappings($::form->get_standard_dbh); $::form->{title} = $::locale->text('Mebil Map'); diff --git a/debian/kivitendo-mebil.cp b/debian/kivitendo-mebil.cp index 7b5e37db6..d1b9d755d 100755 --- a/debian/kivitendo-mebil.cp +++ b/debian/kivitendo-mebil.cp @@ -14,7 +14,7 @@ cat git.tmp |grep -v debian |grep -v "^Test" |grep -v ".dummy" >git.diff while read line do - path=${line%.*} + path=${line%/*} mkdir -p $1/opt/kivitendo-mebil/$path cp $line $1/opt/kivitendo-mebil/$path/ done