diff --git a/BeWoPlanerMobil/Views/Report/Report.cshtml b/BeWoPlanerMobil/Views/Report/Report.cshtml index 6f590f8e1..3521b4461 100644 --- a/BeWoPlanerMobil/Views/Report/Report.cshtml +++ b/BeWoPlanerMobil/Views/Report/Report.cshtml @@ -197,6 +197,10 @@ showErrorPopup(error); } } + + $(document).on("shown.bs.modal", "#qb-report-popup", function () { + quittierungsbelegsViewer.AdjustControl(); + });