From f45e5f6ada8555089c558f97f34e0745c1bf7df1 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Thu, 6 Mar 2014 17:01:09 +0100 Subject: [PATCH] MT#5879 Customer.pm wasn't saved. --- lib/NGCP/Panel/Controller/Customer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Controller/Customer.pm b/lib/NGCP/Panel/Controller/Customer.pm index 9c5b93b56e..fcfe548af5 100644 --- a/lib/NGCP/Panel/Controller/Customer.pm +++ b/lib/NGCP/Panel/Controller/Customer.pm @@ -934,7 +934,7 @@ sub calls_svg :Chained('base') :PathPart('calls/template') :Args { ); $output_string = $tt_string_sanitized; - }elsif(!$tt_string_customer){ + }elsif(!$tt_string_customer || $tt_string_force_default){ $output_string = $tt_string_default; } }else{#we have customer template, we don't have dynamic template string, we weren't requested to show default