cqp il y a 1 jour
Parent
commit
38874f9848
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/Service/ReportFormsService.php

+ 1 - 0
app/Service/ReportFormsService.php

@@ -562,6 +562,7 @@ class ReportFormsService extends Service
             if(! empty($scrapp)){
                 $tmp = explode(',',$scrapp);
                 foreach ($tmp as $vv){
+                    if(empty($vv)) continue;
                     $tmp_str .= ($scrapp_map[$vv] ? $scrapp_map[$vv] . ',' : '');
                 }
             }