mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
Use direct member access for notes.
This commit is contained in:
parent
38ad8666a4
commit
2fd54f1bdd
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user