Compare commits
No commits in common. "d53d7f4220042abfdb26cd496318bc976c5ef473" and "134becaa9391f09cf009e66540c9b3d1cf4df3e2" have entirely different histories.
d53d7f4220
...
134becaa93
@ -2057,9 +2057,7 @@ export default function Estimate({}) {
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td className="al-r">
|
<td className="al-r">
|
||||||
{item?.openFlg === '1'
|
{convertNumberToPriceDecimal(
|
||||||
? 'OPEN'
|
|
||||||
: convertNumberToPriceDecimal(
|
|
||||||
item?.showSaleTotPrice === '0'
|
item?.showSaleTotPrice === '0'
|
||||||
? null
|
? null
|
||||||
: item?.amount === ''
|
: item?.amount === ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user