IO-1622 Resolve shift clock.
This commit is contained in:
@@ -55,7 +55,7 @@ export function TechClockOffButton({
|
|||||||
timeticket: {
|
timeticket: {
|
||||||
clockoff: (await axios.post("/utils/time")).data,
|
clockoff: (await axios.post("/utils/time")).data,
|
||||||
...values,
|
...values,
|
||||||
rate: emps.rates.filter(
|
rate: emps && emps.rates.filter(
|
||||||
(r) => r.cost_center === values.cost_center
|
(r) => r.cost_center === values.cost_center
|
||||||
)[0]?.rate,
|
)[0]?.rate,
|
||||||
ciecacode:
|
ciecacode:
|
||||||
|
|||||||
Reference in New Issue
Block a user