Consume opened products first (closes #1183)

This commit is contained in:
Bernd Bestel
2020-12-19 10:28:35 +01:00
parent 44cdd42062
commit eb4a748da3
8 changed files with 13 additions and 11 deletions

View File

@@ -320,7 +320,7 @@
<label>{{ $__t('Costs') }}&nbsp;</label>
<i class="fas fa-question-circle text-muted"
data-toggle="tooltip"
title="{{ $__t('Based on the prices of the default consume rule which is "First due first, then first in first out"') }}"></i>
title="{{ $__t('Based on the prices of the default consume rule which is "Opened first, then first due first, then first in first out"') }}"></i>
<h3 class="locale-number locale-number-currency pt-0">{{ $costs }}</h3>
</div>
@endif