This commit is contained in:
Dennis Eichhorn 2021-03-08 18:26:32 +01:00
commit 3152d9e35c
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ declare(strict_types=1);
namespace Modules\ClientManagement\Controller;
use Modules\Billing\Models\SalesBillMapper;
use Modules\Billing\Models\BillTypeL11n;
use Modules\Billing\Models\SalesBillMapper;
use Modules\ClientManagement\Models\ClientMapper;
use phpOMS\Asset\AssetType;
use phpOMS\Contract\RenderableInterface;

View File

@ -22,8 +22,8 @@ $countries = \phpOMS\Localization\ISO3166NameEnum::getConstants();
* @var \Modules\ClientManagement\Models\Client $client
*/
$client = $this->getData('client');
$notes = $client->getNotes();
$files = $client->getFiles();
$notes = $client->getNotes();
$files = $client->getFiles();
$newestInvoices = $this->getData('newestInvoices') ?? [];
$monthlySalesCosts = $this->getData('monthlySalesCosts') ?? [];