File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -127,20 +127,19 @@ Rules.section304Analysis = function () {
127
127
Rules . addFlag ( 'G.ii.a' ) ;
128
128
}
129
129
if ( Values . d_notice_begin > Values . current_year ) {
130
- // time traveler flag -- applies where the present day is between
130
+ // time traveler flag -- applies where the present day is between
131
131
// the 304(c) and 304(d) notice windows
132
132
Rules . addFlag ( 'A.iii.a' ) ;
133
133
} else if ( Values . d_notice_end < Values . current_year ) {
134
134
Rules . addFlag ( 'A.ii.a' ) ;
135
- }
136
- }
137
- else if ( Values . notice_end < Values . current_year ) {
138
- Rules . addFlag ( 'A.ii.a' ) ;
139
- else {
140
- // Here for clarity / to reflect decision tree structure
141
- // But note that we set it as the result above.
142
- result = 's2q2a' ;
143
- }
135
+ }
136
+ } else if ( Values . notice_end < Values . current_year ) {
137
+ Rules . addFlag ( 'A.ii.a' ) ;
138
+ } else {
139
+ // Here for clarity / to reflect decision tree structure
140
+ // But note that we set it as the result above.
141
+ result = 's2q2a' ;
142
+ }
144
143
}
145
144
if ( ( Values . d_term_begin != undefined )
146
145
&& ( Values . term_begin != undefined ) ) {
You can’t perform that action at this time.
0 commit comments