I can't type
This commit is contained in:
parent
c8965afab5
commit
3dfcf030e7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class SubmitterRecord(model.Model):
|
|||
user_id = TextField(max_length=8)
|
||||
software_vendor = TextField(max_length=4, required=False)
|
||||
blank1 = BlankField(max_length=5)
|
||||
resub_indictator = BooleanField(required=False)
|
||||
resub_indicator = BooleanField(required=False)
|
||||
resub_identifier = TextField(max_length=6, required=False)
|
||||
software_code = StaticField(value='98') # In-house program
|
||||
company_name = TextField(max_length=57)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue