diff --git a/views/stockentries.blade.php b/views/stockentries.blade.php index 0f1736d5..38c99e6d 100644 --- a/views/stockentries.blade.php +++ b/views/stockentries.blade.php @@ -147,7 +147,9 @@ {{ $stockEntry->price }} + @if (FindObjectInArrayByPropertyValue($shoppinglocations, 'id', $stockEntry->shopping_location_id) !== null) {{ FindObjectInArrayByPropertyValue($shoppinglocations, 'id', $stockEntry->shopping_location_id)->name }} + @endif @endif