Merge branch 'release/2020.06-02'
This commit is contained in:
Generated
+256
-284
File diff suppressed because it is too large
Load Diff
@@ -554,13 +554,13 @@ class DateImportService implements SingletonInterface, LoggerAwareInterface
|
|||||||
$price = (int) $roomXml->attributes()['preis'];
|
$price = (int) $roomXml->attributes()['preis'];
|
||||||
|
|
||||||
// Skip all unavailable rooms
|
// Skip all unavailable rooms
|
||||||
if (!$available) {
|
// if (!$available) {
|
||||||
|
// continue;
|
||||||
|
// }
|
||||||
|
// Skip rooms with zero price _and_ zero availability.
|
||||||
|
if (!$available && !$price) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// Skip rooms with zero price and zero availability.
|
|
||||||
//if (!$available && !$price) {
|
|
||||||
// continue;
|
|
||||||
//}
|
|
||||||
|
|
||||||
$pax = (int) $roomXml->attributes()['MaxPax'];
|
$pax = (int) $roomXml->attributes()['MaxPax'];
|
||||||
$availableTotal += $available * $pax;
|
$availableTotal += $available * $pax;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ finishers:
|
|||||||
recipientName: 'E&P Reisen'
|
recipientName: 'E&P Reisen'
|
||||||
senderAddress: '{text-6}'
|
senderAddress: '{text-6}'
|
||||||
senderName: '{text-1}'
|
senderName: '{text-1}'
|
||||||
replyToAddress: info@ep-reisen.de
|
replyToAddress: team@ep-reisen.de
|
||||||
carbonCopyAddress: ''
|
carbonCopyAddress: ''
|
||||||
blindCarbonCopyAddress: ''
|
blindCarbonCopyAddress: ''
|
||||||
format: html
|
format: html
|
||||||
|
|||||||
Reference in New Issue
Block a user