Anzahlungen / Restzahlungen
Restzahlung, wenn kleiner als 4 Wochen, dann sofort git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3427 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
35aeb88f09
commit
7e8a53bace
3 changed files with 12 additions and 2 deletions
|
|
@ -227,6 +227,7 @@ class BookingController extends Controller
|
|||
$outPriceInfo['departure_extra'] = 0;
|
||||
$outPriceInfo['flight_price'] = 0;
|
||||
$outPriceInfo['final_payment_date'] = $travelDate->getFinalPaymentDate();
|
||||
$outPriceInfo['final_payment_date_str'] = $travelDate->getFinalPaymentDateStr();
|
||||
}
|
||||
|
||||
if($bookingRequest->getDeparture() != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue