IO-1050 IO-1052 Jobs Admin Updates

This commit is contained in:
Patrick Fic
2021-05-10 14:11:33 -07:00
parent 89ca034de4
commit 5a40ce21ca
3 changed files with 16 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ export function JobAdminMarkReexport({ bodyshop, job }) {
return (
<Button
loading={loading}
disabled={!job.date_exported}
disabled={!job.voided && !job.date_exported}
onClick={handleUpdate}
>
{t("jobs.labels.markforreexport")}