mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Add shopping location for price tracking (#658)
This commit is contained in:
@@ -66,6 +66,10 @@
|
||||
'invalidFeedback' => $__t('The price cannot be lower than %s', '0'),
|
||||
'isRequired' => false
|
||||
))
|
||||
|
||||
@include('components.shoppinglocationpicker', array(
|
||||
'shoppinglocations' => $shoppinglocations,
|
||||
))
|
||||
@else
|
||||
<input type="hidden" name="price" id="price" value="0">
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user