invoice and bill notes updated

This commit is contained in:
batuhanbas
2020-01-23 17:44:32 +03:00
parent 6ee574492b
commit 340361d689
3 changed files with 14 additions and 7 deletions

View File

@@ -379,7 +379,7 @@
<tr>
<th>
<p class="form-control-label">{{ trans_choice('general.notes', 2) }}:</p>
<p class="form-control text-muted long-texts">{{ $bill->notes }}</p>
<p class="text-muted long-texts">{{ $bill->notes }}</p>
</th>
</tr>
@endif

View File

@@ -402,7 +402,7 @@
<tr>
<th>
<p class="form-control-label">{{ trans_choice('general.notes', 2) }}</p>
<p class="form-control text-muted long-texts">{{ $invoice->notes }}</p>
<p class="text-muted long-texts">{{ $invoice->notes }}</p>
</th>
</tr>
@endif