#159: Product service line breaks should be preserved on PDFs
This commit is contained in:
parent
f8bbae5c84
commit
b682ee0967
@ -1,5 +1,6 @@
|
||||
# Changelog
|
||||
**UPCOMING**
|
||||
- Fixed #159 - Product service line breaks should be preserved on PDFs
|
||||
- Fixed #131 - Add Service Type background color on PDFs
|
||||
- Fixed #155 - Invoice internal ID should be 5 digits
|
||||
- Fixed #154 - Logo name doesn't get replicated
|
||||
|
@ -214,7 +214,7 @@
|
||||
</div>
|
||||
<br>
|
||||
<div class="text-uppercase" style="color: #d63384;">
|
||||
{{$service->notes ?? ''}}
|
||||
{!! nl2br(e($service->notes)) !!}
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user