diff --git a/app/Http/Controllers/Settings/Currencies.php b/app/Http/Controllers/Settings/Currencies.php index 02c6a37d2..7b6e1a2f7 100644 --- a/app/Http/Controllers/Settings/Currencies.php +++ b/app/Http/Controllers/Settings/Currencies.php @@ -97,7 +97,7 @@ class Currencies extends Controller { $canDisable = $currency->canDisable(); - if ($canDisable === true) { + if ($canDisable === true || $request['enabled']) { $currency->update($request->all()); // Update default currency setting