diff --git a/application/WarehouseShippingNote/WarehouseShippingNoteController.php b/application/WarehouseShippingNote/WarehouseShippingNoteController.php index 8b7913141..fa683a50e 100644 --- a/application/WarehouseShippingNote/WarehouseShippingNoteController.php +++ b/application/WarehouseShippingNote/WarehouseShippingNoteController.php @@ -286,8 +286,8 @@ class WarehouseShippingNoteController extends TTCrud { 'articleTitle' => "Fahrkostenpauschale (hin und retour)", 'articleDescription' => "Datum: ". date("d.m.Y", strtotime($hoursEntry['date'])) . " | Fahrzeug: " . TimerecordingCarModel::getOne($hoursEntry['carId'])->number_plate, 'articleUnit' => 'Km', - 'amount' => $hoursEntry['kilometerCount'], - 'price' => 1 * $hoursEntry['kilometerCount'] ?? 0, + 'amount' => $hoursEntry['kilometerCount'] * 2, + 'price' => 2 * $hoursEntry['kilometerCount'] ?? 0, ]; }