Compare commits

..

No commits in common. "d53d7f4220042abfdb26cd496318bc976c5ef473" and "134becaa9391f09cf009e66540c9b3d1cf4df3e2" 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 === ''