Use new price variable

This commit is contained in:
Rene Vergara 2022-07-14 15:37:56 -05:00
parent dca862d263
commit 4aa7cbf7c2
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -23,10 +23,10 @@
<div class="rv_price" *ngIf="!owner.zats"> <div class="rv_price" *ngIf="!owner.zats">
<img class="icon" <img class="icon"
src="/assets/zec_rv.png" src="/assets/zec_rv.png"
height="16px">{{(item.cost/price) | number: '1.06'}} height="16px">{{(item.cost/zecPrice) | number: '1.06'}}
[{{item.cost | number: '1.02' | currency: getCurrency() }}] [{{item.cost | number: '1.02' | currency: getCurrency() }}]
</div> </div>
<p class="price" *ngIf="owner.zats"> &#x24e9;(item.cost/price)*100000000 | number: '1.0-0'}}</p> <p class="price" *ngIf="owner.zats"> &#x24e9;(item.cost/zecPrice)*100000000 | number: '1.0-0'}}</p>
</td> </td>
</tr> </tr>
</table> </table>