[setup] [fix] creation of fiscal year if start date is 1st Jan

This commit is contained in:
Anand Doshi
2013-07-04 18:29:55 +05:30
parent 8aaccf7269
commit f4d8d23241
3 changed files with 24 additions and 17 deletions

View File

@@ -84,6 +84,8 @@ $.extend(erpnext.complete_setup, {
wn.container.wntoolbar.set_user_name();
setTimeout(function() { window.location.reload(); }, 3000);
} else {
$(this).done_working();
}
});