We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f73147 commit 1e28d0bCopy full SHA for 1e28d0b
src/app/core/services/common/helper.service.ts
@@ -27,7 +27,7 @@ export class HelperService {
27
28
@Output() oauthCallbackUrl: EventEmitter<string> = new EventEmitter();
29
30
- private readonly AUTO_ENABLE_ACCOUNTING_PERIOD_DATE = new Date('DEPLOY DATE ANISH');
+ private readonly AUTO_ENABLE_ACCOUNTING_PERIOD_DATE = new Date('2024-11-18');
31
32
constructor(
33
private apiService: ApiService,
0 commit comments