mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
typo (#1062)
This commit is contained in:
@@ -135,7 +135,7 @@ function RefreshStockEntryRow(stockRowId)
|
||||
}
|
||||
else
|
||||
{
|
||||
var expiringThreshold = moment().add(Grocy.UserSettings.stock_expring_soon_days, "days");
|
||||
var expiringThreshold = moment().add(Grocy.UserSettings.stock_expiring_soon_days, "days");
|
||||
var now = moment();
|
||||
var bestBeforeDate = moment(result.best_before_date);
|
||||
|
||||
|
Reference in New Issue
Block a user