mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 05:05:55 +08:00
95a36b6870
* Implement inventory stock management modal [SCI-6417] * Add generalized validation mechanic, some bugfixes [SCI-6417] * Fix permission check and method name in RepositoryStockValue [SCI-6417]
10 lines
263 B
Text
10 lines
263 B
Text
<div class="modal"
|
|
id="manage-repository-stock-value-modal"
|
|
tabindex="-1"
|
|
role="dialog"
|
|
aria-labelledby="manageRepositoryStockValueLabel">
|
|
<div class="modal-dialog" role="document">
|
|
<div class="modal-content">
|
|
</div>
|
|
</div>
|
|
</div>
|