mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 03:40:10 +00:00
Fix total price amount relation on purchase (fixes #722)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
if ($("input[name='price-type']:checked").val() == "total-price")
|
||||
{
|
||||
price = price / amount;
|
||||
price = price / jsonForm.amount;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user