This commit is contained in:
kriddles
2020-10-18 06:57:10 -05:00
committed by GitHub
parent 2958ccfc14
commit f7a1634442
6 changed files with 8 additions and 7 deletions

View File

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