Skip to content

Commit 1e28d0b

Browse files
authored
fix: correct date for accounting period for new org (#1076)
* fix: correct date for accounting period for new org * Update helper.service.ts * lint fix
1 parent 3f73147 commit 1e28d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/services/common/helper.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class HelperService {
2727

2828
@Output() oauthCallbackUrl: EventEmitter<string> = new EventEmitter();
2929

30-
private readonly AUTO_ENABLE_ACCOUNTING_PERIOD_DATE = new Date('DEPLOY DATE ANISH');
30+
private readonly AUTO_ENABLE_ACCOUNTING_PERIOD_DATE = new Date('2024-11-18');
3131

3232
constructor(
3333
private apiService: ApiService,

0 commit comments

Comments
 (0)