diff --git a/InvenTree/templates/InvenTree/settings/settings.html b/InvenTree/templates/InvenTree/settings/settings.html index 4b6c9e9320..ba27187747 100644 --- a/InvenTree/templates/InvenTree/settings/settings.html +++ b/InvenTree/templates/InvenTree/settings/settings.html @@ -91,6 +91,7 @@ $('table').find('.boolean-setting').change(function() { onSuccess: function(data) { }, error: function(xhr) { + showApiError(xhr, url); } } );