Add mobile dashboard, allow longer auth sessions
This commit is contained in:
@@ -314,7 +314,6 @@ async function syncSettingsProductTable() {
|
||||
lead_time_days,
|
||||
days_of_stock,
|
||||
safety_stock,
|
||||
forecast_method,
|
||||
exclude_from_forecast
|
||||
)
|
||||
SELECT
|
||||
@@ -322,7 +321,6 @@ async function syncSettingsProductTable() {
|
||||
CAST(NULL AS INTEGER),
|
||||
CAST(NULL AS INTEGER),
|
||||
COALESCE((SELECT setting_value::int FROM settings_global WHERE setting_key = 'default_safety_stock_units'), 0),
|
||||
CAST(NULL AS VARCHAR),
|
||||
FALSE
|
||||
FROM
|
||||
public.products p
|
||||
|
||||
Reference in New Issue
Block a user