IO-1695 Edit time stamp when creating time ticket.
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
Space,
|
||||
Switch,
|
||||
Table,
|
||||
Tooltip,
|
||||
Tooltip
|
||||
} from "antd";
|
||||
import React from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
@@ -339,20 +339,14 @@ export function BillEnterModalLinesComponent({
|
||||
record.name,
|
||||
"actual_price",
|
||||
]);
|
||||
console.log(
|
||||
"🚀 ~ file: bill-form.lines.component.jsx ~ line 342 ~ columns ~ price",
|
||||
price
|
||||
);
|
||||
|
||||
const adjustmentRate = getFieldValue([
|
||||
"billlines",
|
||||
record.name,
|
||||
"lbr_adjustment",
|
||||
"rate",
|
||||
]);
|
||||
console.log(
|
||||
"🚀 ~ file: bill-form.lines.component.jsx ~ line 348 ~ columns ~ adjustmentRate",
|
||||
adjustmentRate
|
||||
);
|
||||
|
||||
if (getFieldValue(["billlines", record.name, "deductedfromlbr"]))
|
||||
return (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user