Fixes #1017. Productform: Remove "Store"-Header from barcode-table if FEATURE_FLAG_STOCK_PRICE_TRACKING is not set.

This commit is contained in:
fipwmaqzufheoxq92ebc 2020-09-26 11:31:36 +02:00
parent 557db9e07d
commit 87993d2064
No known key found for this signature in database
GPG Key ID: F4DF989490C2ADB7

View File

@ -457,7 +457,9 @@
<th class="border-right"></th> <th class="border-right"></th>
<th>{{ $__t('Barcode') }}</th> <th>{{ $__t('Barcode') }}</th>
<th>{{ $__t('Factor purchase to stock quantity unit') }}</th> <th>{{ $__t('Factor purchase to stock quantity unit') }}</th>
<th>{{ $__t('Store') }}</th> @if(GROCY_FEATURE_FLAG_STOCK_PRICE_TRACKING)
<th>{{ $__t('Store') }}</th>
@endif
</tr> </tr>
</thead> </thead>
<tbody class="d-none"> <tbody class="d-none">