mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-27 07:08:41 +00:00
Use direct notes access.
This commit is contained in:
parent
142b3f2f68
commit
80dc07a206
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user