Add new Draft
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3476 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
9421cf8c5c
commit
b75c88bf96
5 changed files with 398 additions and 114 deletions
|
|
@ -79,9 +79,6 @@ class BookingController extends Controller
|
|||
$ret .= "<hr>";
|
||||
}
|
||||
}
|
||||
echo $ret;
|
||||
die();
|
||||
|
||||
}
|
||||
|
||||
$travelProgram = $travelProgramPage->getTravelProgram();
|
||||
|
|
@ -143,8 +140,6 @@ class BookingController extends Controller
|
|||
$bookingPriceInfo = [];
|
||||
$totalPrice = $this->calculatePrice($travelDate, $bookingRequest, $travelProgram->getCategory()->getId(), $travelProgram->getDepositPercent(), $htmlSummary, $bookingPriceInfo);
|
||||
|
||||
|
||||
|
||||
if ($action == '/buchen')
|
||||
{
|
||||
$breadcrumbEntries = Util::createBreadcrumb($travelProgramPage);
|
||||
|
|
@ -179,6 +174,8 @@ class BookingController extends Controller
|
|||
{
|
||||
$crmBookingUrl = preg_replace('/\\/api/', '', $crmBookingUrl).'/edit';
|
||||
}
|
||||
var_dump($crmBookingUrl);
|
||||
die();
|
||||
|
||||
$this->get('mailer')->send(\Swift_Message::newInstance()
|
||||
->setSubject('Ihr Buchungsauftrag bei STERN TOURS')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue