call hook postBatchOperations

This commit is contained in:
Uwe Steinmann 2026-03-16 21:52:21 +01:00
parent 5eb4d0bdd5
commit 069ecbb05b

View File

@ -1679,6 +1679,10 @@ $(document).ready(function() {
}
}
}
$txt = $this->callHook('postBatchOperations');
if(is_string($txt)) {
echo $txt;
}
// }}}
?>