Added number base

This commit is contained in:
Frank Schubert
2021-12-21 22:59:29 +01:00
parent 9413110d5c
commit dfb33e1989
4 changed files with 28 additions and 0 deletions

View File

@@ -116,6 +116,7 @@
<th>Name</th>
<th>Landeskennzahl</th>
<th>Ortskennzahl</th>
<th>Nummernbasis</th>
<th>Anfang</th>
<th>Ende</th>
<th>Kommentar</th>
@@ -126,6 +127,7 @@
<td><?=$block->name?></td>
<td><?=$block->countrycode?></td>
<td><?=$block->areacode?></td>
<td><?=$block->base?></td>
<td><?=$block->getFirst()?></td>
<td><?=$block->getLast()?></td>
<td><?=$block->comment?></td>