mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-05-21 06:04:31 +02:00
~ fix in thw kennung
This commit is contained in:
parent
0262fde406
commit
7836d2e17c
@ -44,7 +44,7 @@ if ($result->num_rows > 0) {
|
|||||||
?>
|
?>
|
||||||
<td class="mdl-data-table__cell--non-numeric"><?php echo $frow['Organistationskennung'] ?></td>
|
<td class="mdl-data-table__cell--non-numeric"><?php echo $frow['Organistationskennung'] ?></td>
|
||||||
<?php } else if ($frow['Fahrzeugkennung'] > 0) { ?>
|
<?php } else if ($frow['Fahrzeugkennung'] > 0) { ?>
|
||||||
<td class="mdl-data-table__cell--non-numeric"><?php echo $frow['Organistationskennung'] . " " . $row['id'] . "-" . $frow['Fahrzeugkennung'] ?></td>
|
<td class="mdl-data-table__cell--non-numeric"><?php echo $frow['Organistationskennung'] . " " . $frow['Fahrzeugkennung'] ?></td>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user