mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-02-14 13:40:09 +01:00
bugfix XML-Rechnung Smarty
This commit is contained in:
parent
4642d05bd8
commit
79b0313be5
@ -1378,7 +1378,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