Fix fillable PDF to use improved detailed pages layout
This commit is contained in:
parent
555d688f17
commit
57a8017b2e
@ -1394,7 +1394,8 @@ class DeclarationTVA_PDF
|
||||
// Create a temporary detailed PDF
|
||||
$temp_detailed_path = tempnam(sys_get_temp_dir(), 'ca3_detailed_') . '.pdf';
|
||||
|
||||
$result = $this->generateDetailedPDF($temp_detailed_path, $declaration, $ca3_data, $mysoc);
|
||||
// Use the improved layout for detailed pages
|
||||
$result = $this->generateImprovedPDF($temp_detailed_path, $declaration, $ca3_data, $mysoc);
|
||||
|
||||
if (!$result) {
|
||||
return false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user