MT#5879 Customer.pm wasn't saved.

ipeshinskaya/InvoiceTemplate5
Irina Peshinskaya 11 years ago committed by Victor Seva
parent a912f1fc49
commit f45e5f6ada

@ -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

Loading…
Cancel
Save