2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 11:40:58 +00:00

Prevent serial number for stock item with quantity > 1

This commit is contained in:
Oliver
2018-04-29 13:20:02 +10:00
parent 9ea3d7bf71
commit feb45513f7
3 changed files with 12 additions and 1 deletions

View File

@ -85,4 +85,8 @@
.wrapper {
align-items: stretch;
display: flex;
}
.help-inline {
color: #A11;
}