Pass signer_dod_id and signed_at directly to the update method
This commit is contained in:
@@ -225,10 +225,6 @@ class ReviewForm(CacheableForm):
|
||||
|
||||
|
||||
class SignatureForm(CacheableForm):
|
||||
signer_dod_id = StringField("signer_dod_id")
|
||||
|
||||
signed_at = StringField("signed_at")
|
||||
|
||||
level_of_warrant = DecimalField(
|
||||
translate("task_orders.sign.level_of_warrant_label"),
|
||||
description=translate("task_orders.sign.level_of_warrant_description"),
|
||||
|
Reference in New Issue
Block a user