[setup] [fix] creation of fiscal year if start date is 1st Jan
diff --git a/public/js/complete_setup.js b/public/js/complete_setup.js
index 37c2fba..9d85979 100644
--- a/public/js/complete_setup.js
+++ b/public/js/complete_setup.js
@@ -84,6 +84,8 @@
 					wn.container.wntoolbar.set_user_name();
 					
 					setTimeout(function() { window.location.reload(); }, 3000);
+				} else {
+					$(this).done_working();
 				}
 				
 			});