- add primer_type to ammo type
- fix ammo type typespec - remove unused ammo type card - mix format
This commit is contained in:
@ -43,7 +43,9 @@
|
||||
</td>
|
||||
|
||||
<td class="p-2">
|
||||
$ <%= ammo_group.price_paid |> :erlang.float_to_binary(decimals: 2) %>
|
||||
<%= if ammo_group.price_paid do %>
|
||||
$ <%= ammo_group.price_paid |> :erlang.float_to_binary(decimals: 2) %>
|
||||
<% end %>
|
||||
</td>
|
||||
|
||||
<td class="p-2">
|
||||
|
Reference in New Issue
Block a user