Skip to content

Commit

Permalink
Update StoreValues.php
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Dreesen <[email protected]>
  • Loading branch information
dpfaffenbauer and jdreesen committed May 21, 2024
1 parent 26baecc commit 2548e09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ public function getDataForEditmode(mixed $data, Concrete $object = null, array $

$storeData[$storeValuesEntity->getStore()->getId()] = [
'name' => $store->getName(),
'currencySymbol' => $currency ? $currency->getSymbol() : null,
'currencySymbol' => $currency?->getSymbol(),
'values' => $values,
'inherited' => false,
'inheritable' => $inheritable,
Expand Down

0 comments on commit 2548e09

Please sign in to comment.