mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
viewjs consume: TODO set amount max attribute based on stock entry selected
This commit is contained in:
parent
dfee02becb
commit
a00b56c9c1
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user