added custom field-record validator support, not using it yet though
This commit is contained in:
parent
edb8e90340
commit
f30237a90d
2 changed files with 8 additions and 0 deletions
|
@ -75,6 +75,7 @@ class EmployerRecord(model.Model):
|
|||
third_party_sick_pay = BooleanField()
|
||||
blank2 = BlankField(max_length=291)
|
||||
|
||||
|
||||
class EmployeeWageRecord(model.Model):
|
||||
record_identifier = 'RW'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue