Jacek Kowalski
2023-07-24 8cde7c538ea1d0d8aa51bcb3f2482ae4f19713ad
lib/Output.php
@@ -59,6 +59,10 @@
      ksort($vehicles);
      
      $dbMapping = $this->db->getAllByNum();
      foreach($dbMapping as &$vehicle) {
         $vehicle['vehicle'] = $this->vehicleTypes->getByNumber($vehicle['num']);
      }
      unset($vehicle);
      ksort($dbMapping);
      
      if($saveConfig) {