mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for <br/> in product list
This commit is contained in:
parent
2d5d2cbb54
commit
a6635c2ffb
@ -24,7 +24,7 @@ class ProductDatatable extends EntityDatatable
|
|||||||
[
|
[
|
||||||
'notes',
|
'notes',
|
||||||
function ($model) {
|
function ($model) {
|
||||||
return e(nl2br(Str::limit($model->notes, 100)));
|
return e(Str::limit($model->notes, 100));
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user