mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-30 04:47:11 +01:00
fixed price .toFixed(2)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<td><%= orders[i].name %></td>
|
||||
<td>In Progress</td>
|
||||
<td><%= orders[i].quantity %></td>
|
||||
<td><%= orders[i].price %></td>
|
||||
<td><%= orders[i].price %> €</td>
|
||||
<td><%= orders[i].price * orders[i].quantity%> €</td>
|
||||
</tr>
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user