Add "one click shopping list to stock workflow" (closes #110)

This commit is contained in:
Bernd Bestel
2018-11-21 19:08:36 +01:00
parent c61c37e67a
commit 306d0f7da6
12 changed files with 96 additions and 55 deletions

View File

@@ -12,7 +12,7 @@
<a class="btn btn-outline-dark" href="{{ $U('/product/new') }}">
<i class="fas fa-plus"></i>&nbsp;{{ $L('Add') }}
</a>
<a class="btn btn-outline-secondary" href="{{ $U('/productpresets') }}">
<a class="btn btn-outline-secondary" href="{{ $U('/stocksettings#productpresets') }}">
<i class="fas fa-sliders-h"></i>&nbsp;{{ $L('Presets for new products') }}
</a>
</h1>