merchant_message and some cad fixes

This commit is contained in:
ragu 2023-02-16 19:52:49 +01:00
parent cf476a2154
commit 76afd28578
8 changed files with 47 additions and 26 deletions

View file

@ -92,7 +92,7 @@ sub tpl(){
#print Dumper($node_meta->{tpl_order}) . "<br />\n";
#handmade activation to show only realy live operators on web contact
if($sharee_operator && $sharee_operator =~ /sharee_mak|sharee_sx|sharee_lec/){
if($sharee_operator && $sharee_operator =~ /sharee_mak|sharee_sx|sharee_lec|sharee_cad/){
foreach (@tpl_order){
my ($key,$des,$size) = split /=/,$_;