RML Invoice Layout Tweaks

This commit is contained in:
Frank Schubert
2025-03-22 17:31:37 +01:00
parent 5c04e35d90
commit 5ff67da367
4 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class mfWkhtmltopdf {
$wkargs.=" $additionalArgs";
}
$cmd = "$wkbin $wkargs - $path/$filename";
$this->log->debug(__METHOD__.": Command Line: $cmd");
$html = $this->html;
$pipe = popen($cmd,"w");