Reiseversicherung CRM Fehler

wieder rein, dafür display none

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3372 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-02-23 08:01:16 +00:00
parent 6b52080186
commit 751a904629
4 changed files with 28 additions and 7 deletions

View file

@ -357,8 +357,7 @@ class BookingController extends Controller
Util::formatPrice($singleFullPrice - $singleDiscountPrice) .' pro Person]</strong>'
];
}
/*
Preis für reisekostenversicherung
if ($bookingRequest->getInsurance() && $adultCount > 0)
{
$curAssessmentBasis = $insuranceAssessmentBasis + ($singleDiscountPrice ?? $singleFullPrice);
@ -388,7 +387,7 @@ class BookingController extends Controller
'count' => $adultCount,
];
}
}*/
}
}
}