Import price info

This commit is contained in:
Dirk 2020-03-16 14:06:03 +01:00
parent 93545bd171
commit c95a84d52d
2 changed files with 4 additions and 1 deletions

View file

@ -493,6 +493,9 @@ class DestinationDataImportService {
if ($text['rel'] == "teaser" && $text['type'] == "text/plain") {
$this->tmpCurrentEvent->setTeaser($text['value']);
}
if ($text['rel'] == "PRICE_INFO" && $text['type'] == "text/plain") {
$this->tmpCurrentEvent->setPriceInfo($text['value']);
}
}
}

View file

@ -35,7 +35,7 @@
<p><b>Preis:</b><br>
<f:if condition="{date.event.priceInfo}">
<f:then>
{date.event.priceInfo}
<f:format.nl2br>{date.event.priceInfo}</f:format.nl2br>
</f:then>
<f:else>
Keine Information