New Header Mobile, Widgets

This commit is contained in:
Kevin Adametz 2021-03-31 17:57:03 +02:00
parent bb9f64d8c8
commit ebf90ff869
16 changed files with 5969 additions and 5552 deletions

View file

@ -80,7 +80,7 @@ class FewoBookingSternToursCrmExporter extends SternToursCrmExporter
],
]
);
if (count($resp) == 0)
if (!$resp)
{
$this->warn('Failed retrieving newly created new draft object', $fewoBookingRequest);
return null;
@ -116,7 +116,7 @@ class FewoBookingSternToursCrmExporter extends SternToursCrmExporter
'status_text' => "",
]]);
if (count($resp) == 0)
if (!$resp)
{
$this->warn('Failed retrieving newly created new draft object', $fewoBookingRequest);
return null;