mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-16 22:25:30 +08:00
c22d1e226b
* Add edit fetaure to item card stock field [SCI-9415] * Replace manage stock modal [SCI-9415] * Fix issue displaying item card [SCI-9415] * Minor improvements [SCI-9415] * Enable stock modal in assigned inventories [SCI-9415] * Use toggleable reminder value [SCI-9415]
5 lines
166 B
Text
5 lines
166 B
Text
<div id="manageStockValueModal" data-behaviour="vue">
|
|
<manage-stock-value-modal />
|
|
</div>
|
|
|
|
<%= javascript_include_tag('vue_components_manage_stock_value_modal') %>
|