mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Finalized frontend external barcode lookup implementation (references #158)
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
@push('componentScripts')
|
||||
<script src="{{ $U('/viewjs/components/productpicker.js', true) }}?v={{ $version }}"></script>
|
||||
@endpush
|
||||
@push('componentScripts')
|
||||
<script>
|
||||
Grocy.ExternalBarcodeLookupPluginName = "{{ $ExternalBarcodeLookupPluginName }}";
|
||||
</script>
|
||||
@endpush
|
||||
@endonce
|
||||
|
||||
@php if(empty($disallowAddProductWorkflows)) { $disallowAddProductWorkflows = false; } @endphp
|
||||
|
Reference in New Issue
Block a user