Compare commits

..

No commits in common. "97f0749f5cf914b1a3372352e9682906e9298520" and "546133c27e70e07dfc152cbd3af481ad874d0e31" have entirely different histories.

View File

@ -2057,9 +2057,7 @@ export default function Estimate({}) {
</div>
</td>
<td className="al-r">
{item?.openFlg === '1'
? 'OPEN'
: convertNumberToPriceDecimal(
{convertNumberToPriceDecimal(
item?.showSaleTotPrice === '0'
? null
: item?.amount === ''