mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
refactor sales items and customer pdfs
This commit is contained in:
@ -128,7 +128,7 @@
|
||||
color: #595959;
|
||||
}
|
||||
|
||||
.profit-money {
|
||||
.profit-amount {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
text-align: right;
|
||||
@ -200,7 +200,7 @@
|
||||
<p class="profit-title">TOTAL SALES</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="profit-money">
|
||||
<p class="profit-amount">
|
||||
{!! format_money_pdf($totalAmount) !!}
|
||||
</p>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user