* Buchungsseite aus Suchmaschinen-Index entfernen
* ab-Preis in Box nur anzeigen, wenn Termine verfügbar * Behoben: ab-Preis in Box berücksichtigt Rabatt nicht * Behoben: Sidebar-Navigation wird auf manchen Seiten nicht angezeigt * AGB Buchungsformular in Abh. des Reiseveranstalters anzeigen * Behoben: Server-Fehler bei Zugriff auf Reisetermine, falls Zielflughafen im Reiseprogramm nicht gesetzt git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3294 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
6bb5c271c6
commit
4c2fb2fd08
12 changed files with 55 additions and 17 deletions
|
|
@ -146,7 +146,10 @@ class BookingController extends Controller
|
|||
'price_type_by_id' => $this->priceTypeById,
|
||||
'breadcrumb_entries' => $breadcrumbEntries,
|
||||
'summary' => $htmlSummary,
|
||||
'total_price' => $totalPrice
|
||||
'total_price' => $totalPrice,
|
||||
'mediator_terms_filename' => $travelProgram->getIsMediated()
|
||||
? $this->getDoctrine()->getRepository('AppBundle:TravelOrganizer')->find(1)->getFileName()
|
||||
: null
|
||||
]);
|
||||
}
|
||||
elseif ($action == '/berechne-gesamtpreis')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue