Jacek Kowalski
2020-12-20 45f32b2d6e9ab9dafc08ffb6b4aa35282347574a
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) {