You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opt-in application sentence needs to be updated from "Does this operation produce a regulated product listed in Table 1 of Schedule A.1 of the GGERR?" to 'Does this operation produce a regulated product listed in Table 2 of Schedule A.1 of the GGERR?'
(Replace the "table 1" with "table 2" instead)
small backend wording change too: meets_producing_gger_schedule_a1_regulated_product = models.BooleanField( blank=True, null=True, db_comment="Does this operation produce a regulated product listed in Table 1 of Schedule A.1 of the GGERR?", )
The text was updated successfully, but these errors were encountered:
(Replace the "table 1" with "table 2" instead)
meets_producing_gger_schedule_a1_regulated_product = models.BooleanField( blank=True, null=True, db_comment="Does this operation produce a regulated product listed in Table 1 of Schedule A.1 of the GGERR?", )
The text was updated successfully, but these errors were encountered: