Product / QU form refinements

This commit is contained in:
Bernd Bestel
2020-11-08 22:13:36 +01:00
parent 4c399392eb
commit 40283609b5
2 changed files with 11 additions and 3 deletions

View File

@@ -369,7 +369,8 @@
<small class="my-2 form-text text-muted @if($mode == 'edit') d-none @endif">{{ $__t('Save & continue to add quantity unit conversions & barcodes') }}</small>
<button class="save-product-button btn btn-success mb-2"
<button id="save-product-button"
class="save-product-button btn btn-success mb-2"
data-location="continue">{{ $__t('Save & continue') }}</button>
<button class="save-product-button btn btn-info mb-2"
data-location="return">{{ $__t('Save & return to products') }}</button>