Fixed loading voip routing in voicenumber config hook

This commit is contained in:
Frank Schubert
2023-03-22 19:15:35 +01:00
parent f97c6cc603
commit f889ba61ab
2 changed files with 14 additions and 3 deletions
+2 -2
View File
@@ -116,8 +116,8 @@
<div class="col-md-4">
<div class="form-group text-center">
<label for="item_<?=$item->id?>_multiple">Mehrfach eintragbar</label>
<input type="checkbox" class="form-control" id="item_<?=$item->id?>_multiple" name="multiple" value="1" <?=($item->multiple) ? "checked='checked'" : ""?> />
<label for="item_new_<?=$item->id?>_multiple">Mehrfach eintragbar</label>
<input type="checkbox" class="form-control" id="item_new_<?=$item->id?>_multiple" name="multiple" value="1" />
</div>
</div>
</div>