Merged in release/2022-05-27 (pull request #494)
release/2022-05-27 Approved-by: Patrick Fic
This commit is contained in:
@@ -24,7 +24,7 @@ export function TechClockInContainer({ technician, bodyshop }) {
|
||||
refetchQueries: ["QUERY_ACTIVE_TIME_TICKETS"],
|
||||
});
|
||||
const { t } = useTranslation();
|
||||
console.log(moment("2022-05-28T01:43:52.508Z").format("YYYY-MM-DD"));
|
||||
|
||||
const handleFinish = async (values) => {
|
||||
setLoading(true);
|
||||
const theTime = (await axios.post("/utils/time")).data;
|
||||
|
||||
@@ -47,7 +47,7 @@ export function TechClockOffButton({
|
||||
|
||||
const handleFinish = async (values) => {
|
||||
logImEXEvent("tech_clock_out_job");
|
||||
console.log(values);
|
||||
|
||||
setLoading(true);
|
||||
const result = await updateTimeticket({
|
||||
variables: {
|
||||
|
||||
Reference in New Issue
Block a user