Fixed some field job problem where field operator could still see archived contracts
This commit is contained in:
@@ -113,6 +113,7 @@ const store = async () => {
|
||||
form
|
||||
.transform((data) => ({
|
||||
...data,
|
||||
phone_view: props.phoneMode,
|
||||
due_date: formatDateForSubmit(data.due_date),
|
||||
attachment_document_ids:
|
||||
templateAllowsAttachments.value && data.attach_documents
|
||||
|
||||
Reference in New Issue
Block a user