mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Show if a consume booking was spoiled on the stock journal page (closes #953)
This commit is contained in:
@@ -74,6 +74,9 @@
|
||||
</td>
|
||||
<td>
|
||||
{{ $__t($stockLogEntry->transaction_type) }}
|
||||
@if ($stockLogEntry->spoiled == 1)
|
||||
<span class="font-italic text-muted">{{ $__t('Spoiled') }}</span>
|
||||
@endif
|
||||
</td>
|
||||
<td class="@if(!GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING) d-none @endif">
|
||||
{{ FindObjectInArrayByPropertyValue($locations, 'id', $stockLogEntry->location_id)->name }}
|
||||
|
Reference in New Issue
Block a user