mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-24 13:40:29 +01:00
bugfix XML-Rechnung Smarty
This commit is contained in:
parent
4522de9810
commit
e7ad0978f6
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user