fixed include for ADBWohneinheitContactManager

This commit is contained in:
2025-09-16 16:12:59 +02:00
parent 3b2482029a
commit 50b7836f7c
3 changed files with 12 additions and 1 deletions

View File

@@ -394,4 +394,7 @@
'json');
}
</script>
<script src="<?= self::getResourcePath() ?>js/pages/AddressDB/ADBWohneinheitContactManager.js"></script>
<script src="<?= self::getResourcePath() ?>plugins/axios/axios.min.js"></script>
<script src="<?= self::getResourcePath() ?>plugins/axios/axios.inject.js"></script>
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>