diff --git a/public/viewjs/consume.js b/public/viewjs/consume.js index c51fea58..2cc4fb6d 100644 --- a/public/viewjs/consume.js +++ b/public/viewjs/consume.js @@ -333,6 +333,11 @@ $('#consume-form input').keydown(function(event) } }); +$("#specific_stock_entry").on("change", function() +{ + //TODO set amount max attribute based on the stock entry selected +}); + $("#use_specific_stock_entry").on("change", function() { var value = $(this).is(":checked");