refactor sales items and customer pdfs

This commit is contained in:
Jay Makwana
2020-05-05 20:49:51 +05:30
parent d4f1428d5f
commit 2fd66bf748
2 changed files with 27 additions and 77 deletions

View File

@ -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>