Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
nyashaChiza committed Aug 8, 2024
1 parent 7444f78 commit 5686a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/transactions/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h5 class="card-title">Sale: {{ sale.order_number.upper }}</h5>
<li class="item">
<div class="info">
<div class="title">Quantity</div>
<div class="count">{{ sale.quantity }}kg</div>
<div class="count">{{ sale.quantity }}kg</div>
</div>
<em class="icon bg-purple-dim ni ni-unarchive"></em>
</li>
Expand Down

0 comments on commit 5686a81

Please sign in to comment.