Add logic for mobile receiving if product not in batch and/or system

This commit is contained in:
Lance Edgar 2017-07-11 00:59:51 -05:00
parent 7bbdf38551
commit af0eea76e2
3 changed files with 59 additions and 13 deletions

View file

@ -26,6 +26,11 @@
margin-bottom: 1em;
}
/* receiving warning flash messages */
.receiving-warning {
color: red;
}
.replacement-header {
display: none;
}