mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 13:26:14 +02:00
fix Copy & Paste failure
This commit is contained in:
parent
f9a74c0db5
commit
ab2568184c
|
|
@ -99,6 +99,7 @@
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$('#display_amount').val(parseFloat(0));
|
$('#display_amount').val(parseFloat(0));
|
||||||
|
}
|
||||||
RefreshLocaleNumberInput();
|
RefreshLocaleNumberInput();
|
||||||
$(".input-group-productamountpicker").trigger("change");
|
$(".input-group-productamountpicker").trigger("change");
|
||||||
$("#tare-weight-handling-info").addClass("d-none");
|
$("#tare-weight-handling-info").addClass("d-none");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user