IO-1674 Resolve new bill lines issues.
This commit is contained in:
@@ -9,7 +9,7 @@ const BillLineSearchSelect = (
|
||||
ref
|
||||
) => {
|
||||
const { t } = useTranslation();
|
||||
console.log(allowRemoved);
|
||||
|
||||
return (
|
||||
<Select
|
||||
disabled={disabled}
|
||||
@@ -56,7 +56,7 @@ const BillLineSearchSelect = (
|
||||
<span>{`${item.removed ? `(REMOVED) ` : ""}${item.line_desc}${
|
||||
item.oem_partno ? ` - ${item.oem_partno}` : ""
|
||||
}`}</span>
|
||||
<span style={{ float: "right" }}>
|
||||
<span style={{ float: "right", paddingleft: "1rem" }}>
|
||||
{item.act_price
|
||||
? `$${item.act_price && item.act_price.toFixed(2)}`
|
||||
: ``}
|
||||
|
||||
Reference in New Issue
Block a user