feature/IO-3255-simplified-parts-management -Bug fixes

This commit is contained in:
Dave
2025-08-21 18:12:56 -04:00
parent a934249c02
commit 1577921334
2 changed files with 1 additions and 3 deletions

View File

@@ -76,8 +76,6 @@ const extractJobData = (rq) => {
category: doc.DocumentType || null,
classType: doc.DocumentStatus || null,
comment: doc.Comment || null,
// TODO: This causes the job to be read only in the UI
// date_exported: doc.TransmitDateTime || null,
asgn_no: asgn.AssignmentNumber || null,
asgn_type: asgn.AssignmentType || null,
asgn_date: asgn.AssignmentDate || null,