Labor allocation on job close BOD-131

This commit is contained in:
Patrick Fic
2020-05-19 16:14:25 -07:00
parent 51ea04bf2c
commit bdead5b4a0
10 changed files with 345 additions and 33 deletions

View File

@@ -81,6 +81,15 @@ export function JobsDetailHeaderActions({
>
{t("jobs.actions.postInvoices")}
</Menu.Item>
<Menu.Item key="closejob">
<Link
to={{
pathname: `/manage/jobs/${job.id}/close`,
}}
>
{t("menus.jobsactions.closejob")}
</Link>
</Menu.Item>
</Menu>
);
return (