viewjs consume: TODO set amount max attribute based on stock entry selected

This commit is contained in:
Kurt Riddlesperger 2019-10-11 14:24:08 -05:00
parent dfee02becb
commit a00b56c9c1

View File

@ -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");