IO-1674 Resolve new bill lines issues.

This commit is contained in:
Patrick Fic
2022-01-27 15:07:00 -08:00
parent cd071500cf
commit 8d1988d4ad
3 changed files with 59 additions and 42 deletions

View File

@@ -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)}`
: ``}