diff --git a/Theme/Backend/supplier-profile.tpl.php b/Theme/Backend/supplier-profile.tpl.php index c9d11ad..c4969ea 100755 --- a/Theme/Backend/supplier-profile.tpl.php +++ b/Theme/Backend/supplier-profile.tpl.php @@ -23,7 +23,7 @@ $countries = \phpOMS\Localization\ISO3166NameEnum::getConstants(); * @var \Modules\SupplierManagement\Models\Supplier $supplier */ $supplier = $this->data['supplier']; -$notes = $supplier->getNotes(); +$notes = $supplier->notes; $files = $supplier->files; $supplierImage = $this->getData('supplierImage') ?? new NullMedia();