mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 18:54:35 +00:00
Applied EditorConfig settings to all files
This commit is contained in:
@@ -215,7 +215,7 @@ $("#location_id").on('change', function(e)
|
||||
amount: stockEntry.amount,
|
||||
text: __t("Amount: %1$s; Expires on %2$s; Bought on %3$s", stockEntry.amount, moment(stockEntry.best_before_date).format("YYYY-MM-DD"), moment(stockEntry.purchased_date).format("YYYY-MM-DD")) + "; " + openTxt
|
||||
}));
|
||||
|
||||
|
||||
sumValue = sumValue + parseFloat(stockEntry.amount);
|
||||
|
||||
if (stockEntry.stock_id == stockId)
|
||||
|
Reference in New Issue
Block a user