bugfix XML-Rechnung Smarty

This commit is contained in:
OpenXE 2024-12-11 12:18:22 +01:00
parent 4522de9810
commit e7ad0978f6

View File

@ -1377,7 +1377,7 @@ class Rechnung extends GenRechnung
$smarty = new Smarty;
$directory = $this->app->erp->GetTMP().'/smarty/templates';
$smarty->setCompileDir($directory);
$smarty->assign('rechnung', $output);
$smarty->assign('rechnung', $result);
$output = $smarty->fetch('string:'.$template);
}
}