mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Started working on user-defined-fields for all entities (references #176)
This commit is contained in:
@@ -187,8 +187,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@include('components.userfieldsform', array(
|
||||
'userfields' => $userfields,
|
||||
'entity' => 'products'
|
||||
))
|
||||
|
||||
<button id="save-product-button" class="btn btn-success">{{ $L('Save') }}</button>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6 col-xs-12">
|
||||
|
Reference in New Issue
Block a user