Parcourir la source

fix on server

root il y a 4 ans
Parent
commit
cd26319e8c

Fichier diff supprimé car celui-ci est trop grand
+ 1037 - 0
public/js/app.js.LICENSE.txt


+ 1 - 1
resources/views/admin/pros_SINGLE/SUB_dashboard.blade.php

@@ -29,7 +29,7 @@
         </tr>
         </thead>
         <tbody>
-            <tr><td class="w-25 px-2 text-secondary border-right">Company Id</td><td class="w-75 px-2 font-weight-bold"><?= $record->company_id ?></td></tr>
+            <tr><td class="w-25 px-2 text-secondary border-right">Company Id</td><td class="w-75 px-2 font-weight-bold"><?= isset($record->company_id) ? $record->company_id : '-' ?></td></tr>
         </tbody>
     </table>
 </div>

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff