bugfix mahnwesen berechnen

This commit is contained in:
OpenXE 2024-10-28 14:14:29 +01:00
parent cfb0cf4e4e
commit a51136e3ac

View File

@ -34459,7 +34459,7 @@ function Firmendaten($field,$projekt="")
* Recalculate payment status and skonto
* using module rechnung
*/
public function rechnung_zahlstatus_berechnen($id) {
public function rechnung_zahlstatus_berechnen($id = null) {
$rechnung = $this->app->loadModule('rechnung', false);
if($rechnung !== null && method_exists($rechnung, 'rechnung_zahlstatus_berechnen')) {
return $rechnung->rechnung_zahlstatus_berechnen($id);