From 5dfba467c6ae32eb058da25a13058eb4612b0076 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 12 Dec 2022 11:15:45 +0100 Subject: [PATCH] remove cropping --- src/client/app/tmpl/home-appointment-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/tmpl/home-appointment-item.html b/src/client/app/tmpl/home-appointment-item.html index 9621a80..3b09cf4 100644 --- a/src/client/app/tmpl/home-appointment-item.html +++ b/src/client/app/tmpl/home-appointment-item.html @@ -198,7 +198,7 @@ <%= _lc( 'DETAILS' ) %> - <%=raw a.getComment() ? app.util.Helper.crop( app.util.Helper.nl2br( a.getComment() ), 200 ) : ( '' + _lc( 'APPOINTMENT_NO_COMMENT' ) + '' ) %> + <%=raw a.getComment() ? a.getComment() : ( '' + _lc( 'APPOINTMENT_NO_COMMENT' ) + '' ) %>