Skip to content

Commit

Permalink
small change in response to Sev's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Dec 14, 2023
1 parent 78f8984 commit c342214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/enums/filing-codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export enum FilingCodes {
AFFIDAVIT = 'AFDVT',
ALTERATION = 'ALTER',
ALTERATION_BC_TO_ULC = 'NOALU', // different fee for BC to ULC
AMALGAMATION_APPLICATION_HORIZONTAL = 'AMALH', // Amalgamation Application (Short Form - Horizontal)
AMALGAMATION_APPLICATION_REGULAR = 'AMALR', // Amalgamation Application (Regular)
AMALGAMATION_APPLICATION_VERTICAL = 'AMALV', // Amalgamation Application (Short Form - Vertical)
AMALGAMATION_HORIZONTAL = 'AMALH', // Amalgamation Application (Short Form - Horizontal)
AMALGAMATION_REGULAR = 'AMALR', // Amalgamation Application (Regular)
AMALGAMATION_VERTICAL = 'AMALV', // Amalgamation Application (Short Form - Vertical)
ANNUAL_REPORT_BC = 'BCANN', // BCOMP - Annual Report
ANNUAL_REPORT_OT = 'OTANN', // Others - Annual Report
CHANGE_OF_REGISTRATION = 'FMCHANGE',
Expand Down

0 comments on commit c342214

Please sign in to comment.