Make it possible to provide a different location for added product during inventory (closes #183)

This commit is contained in:
Bernd Bestel
2019-04-05 21:26:44 +02:00
parent 886e272c03
commit b6e80580ed
6 changed files with 25 additions and 4 deletions

View File

@@ -45,6 +45,11 @@
'earlierThanInfoText' => $L('The given date is earlier than today, are you sure?')
))
@include('components.locationpicker', array(
'locations' => $locations,
'hint' => 'This will apply to added products'
))
<button id="save-inventory-button" class="btn btn-success">{{ $L('OK') }}</button>
</form>