verbindlichkeit bugfix multi action

This commit is contained in:
OpenXE 2024-01-10 14:32:46 +01:00
parent c764a387b4
commit 63d6f2e7d4

View File

@ -1363,7 +1363,9 @@ $menu="<table cellpadding=0 cellspacing=0><tr><td nowrap>"."<a href=\"index.php?
$this->app->erp->BelegProtokoll("verbindlichkeit",$id,"Verbindlichkeit als bezahlt markiert");
if ($gotoedit) {
$this->verbindlichkeit_edit();
}
} else {
return(true);
}
}
}