From 8cde7c538ea1d0d8aa51bcb3f2482ae4f19713ad Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 24 Jul 2023 20:57:02 +0000
Subject: [PATCH] Move BH072-095 to BH410-433

---
 lib/Output.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lib/Output.php b/lib/Output.php
index 0fda9ab..be23ebb 100644
--- a/lib/Output.php
+++ b/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) {

--
Gitblit v1.9.1