diff --git a/app/Models/Client.php b/app/Models/Client.php index 54b9929d62c9..e09503cb7519 100644 --- a/app/Models/Client.php +++ b/app/Models/Client.php @@ -46,7 +46,6 @@ class Client extends BaseModel implements HasLocalePreference protected $fillable = [ 'assigned_user_id', - 'currency_id', 'name', 'website', 'private_notes', diff --git a/resources/views/index/index.blade.php b/resources/views/index/index.blade.php index 165f82c7eaf2..3271eaa286d9 100644 --- a/resources/views/index/index.blade.php +++ b/resources/views/index/index.blade.php @@ -96,7 +96,7 @@ document.getElementById('loader').style.display = 'none'; }); - /* + function invokeServiceWorkerUpdateFlow() { // you have a better UI here, reloading is not a great user experince here. const confirmed = confirm('New version of the app is available. Refresh now'); @@ -143,7 +143,7 @@ } handleServiceWorker(); - */ +