Merged in feature/IO-2512-Date-Estimated-Manual-Job (pull request #1122)

IO-2512 Date Esimated on Manual Created Jobs

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2023-12-28 18:22:43 +00:00
committed by Dave Richer

View File

@@ -1,6 +1,6 @@
import _ from "lodash";
import { useLazyQuery, useMutation } from "@apollo/client";
import { Form, notification } from "antd";
import _ from "lodash";
import React, { useEffect, useState } from "react";
import { useTranslation } from "react-i18next";
import { connect } from "react-redux";
@@ -90,6 +90,7 @@ function JobsCreateContainer({ bodyshop, setBreadcrumbs, setSelectedHeader }) {
{},
values,
{ date_open: new Date() },
{ date_estimated: new Date() },
{
vehicle:
state.vehicle.selectedid || state.vehicle.none