Various Bugfixes

This commit is contained in:
Frank Schubert
2021-10-07 19:54:28 +02:00
parent e27da7ec55
commit d150b4e7b5
8 changed files with 167 additions and 39 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
</div>
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="units">Wohneinheiten *</label>
<label class="col-lg-2 col-form-label" for="units">Nutzungseinheiten *</label>
<div class="col-lg-10">
<input type="number" class="form-control" name="units" id="units" value="<?=$building->units?>" />
</div>
+2 -1
View File
@@ -262,6 +262,7 @@
<?php endforeach; ?>
</table>
<?php endif; ?>
<h4>Neuer Anschluss</h4>
<form method="post" action="<?=self::getUrl("Termination", "save")?>">
<input type="hidden" name="building_id" value="<?=$building->id?>" />
@@ -276,7 +277,7 @@
</tr>
</table>
</form>
<?php endif; ?>