mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-12 06:41:14 +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…
x
Reference in New Issue
Block a user