From 15e2650fc21a4ea79f5a340f8f10ce64fa253a6f Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Tue, 3 Apr 2018 13:42:25 +0800 Subject: [PATCH] Add comma delimiter to contact number lines in nearest hub list #66 --- templates/job-order/form.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/job-order/form.html.twig b/templates/job-order/form.html.twig index 560ffea9..91c6c39a 100644 --- a/templates/job-order/form.html.twig +++ b/templates/job-order/form.html.twig @@ -553,7 +553,7 @@ --> {{ hub.rider_count }} {{ hub.jo_count }} - {{ hub.hub.getContactNumbers }} + {{ hub.hub.getContactNumbers|replace({"\n": ', '}) }} {% endfor %}