WIP Payroll.
This commit is contained in:
@@ -215,9 +215,10 @@ export function PayrollLaborAllocationsTable({
|
||||
await axios.post("/payroll/payall", {
|
||||
jobid: jobId,
|
||||
});
|
||||
if (refetch) refetch();
|
||||
}}
|
||||
>
|
||||
(TODO: Add Label) Pay All
|
||||
{t("timetickets.actions.payall")}
|
||||
</Button>
|
||||
<Button
|
||||
onClick={async () => {
|
||||
|
||||
Reference in New Issue
Block a user