epic-ts
authorMichael Wagner <michael@wagnertech.de>
Fri, 12 Aug 2022 15:28:05 +0000 (17:28 +0200)
committerMichael Wagner <michael@wagnertech.de>
Fri, 12 Aug 2022 15:28:05 +0000 (17:28 +0200)
SL/Controller/Mebil.pm
debian/kivitendo-mebil.cp

index 99e20ff..570e070 100644 (file)
@@ -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');
 
index 7b5e37d..d1b9d75 100755 (executable)
@@ -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 <git.diff