diff --git a/Theme/Backend/client-profile.tpl.php b/Theme/Backend/client-profile.tpl.php index 4e1a0d3..f88fd89 100755 --- a/Theme/Backend/client-profile.tpl.php +++ b/Theme/Backend/client-profile.tpl.php @@ -23,7 +23,7 @@ $countries = \phpOMS\Localization\ISO3166NameEnum::getConstants(); * @var \Modules\ClientManagement\Models\Client $client */ $client = $this->data['client']; -$notes = $client->getNotes(); +$notes = $client->notes; $files = $client->files; $clientImage = $this->getData('clientImage') ?? new NullMedia();