IO-3622 Employee Delete Rate
Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
@@ -316,9 +316,8 @@ export function ShopEmployeesFormComponent({ bodyshop }) {
|
|||||||
<LayoutFormRow grow>
|
<LayoutFormRow grow>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("employees.fields.cost_center")}
|
label={t("employees.fields.cost_center")}
|
||||||
key={`${index}`}
|
key={`${field.key}-cost_center`}
|
||||||
name={[field.name, "cost_center"]}
|
name={[field.name, "cost_center"]}
|
||||||
valuePropName="value"
|
|
||||||
rules={[
|
rules={[
|
||||||
{
|
{
|
||||||
required: true
|
required: true
|
||||||
@@ -343,7 +342,7 @@ export function ShopEmployeesFormComponent({ bodyshop }) {
|
|||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("employees.fields.rate")}
|
label={t("employees.fields.rate")}
|
||||||
key={`${index}`}
|
key={`${field.key}-rate`}
|
||||||
name={[field.name, "rate"]}
|
name={[field.name, "rate"]}
|
||||||
rules={[
|
rules={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user