Skip to content
Snippets Groups Projects
Commit 1cfd8c0d authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #14484 TIME 0:15 Continue trafficRecord module in summary sheet pdf

parent 459f9c60
No related branches found
No related tags found
No related merge requests found
...@@ -724,7 +724,7 @@ class SummarySheetController ...@@ -724,7 +724,7 @@ class SummarySheetController
$pdf->SetFont('', '', 9); $pdf->SetFont('', '', 9);
$parameter = ParameterModel::getById(['select' => ['param_value_string'], 'id' => 'traffic_record_summary_sheet']); $parameter = ParameterModel::getById(['select' => ['param_value_string'], 'id' => 'traffic_record_summary_sheet']);
$pdf->writeHTMLCell(640, 0, 25, $pdf->GetY(), $parameter['param_value_string']); $pdf->writeHTMLCell(575, 0, 25, $pdf->GetY(), $parameter['param_value_string']);
// $pdf->writeHTML($parameter['param_value_string']); // $pdf->writeHTML($parameter['param_value_string']);
} }
} }
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</mat-card> </mat-card>
</div> </div>
</div> </div>
<div class="col-md-9" style="margin-top: 20px"> <div class="col-md-10" style="margin-top: 20px">
<div>{{'lang.trafficRecordSummarySheetParameters' | translate}} : </div> <div>{{'lang.trafficRecordSummarySheetParameters' | translate}} : </div>
<textarea style="padding-top: 10px" name="traffic_record_summary_sheet" id="traffic_record_summary_sheet" <textarea style="padding-top: 10px" name="traffic_record_summary_sheet" id="traffic_record_summary_sheet"
formControlName="traffic_record_summary_sheet"></textarea> formControlName="traffic_record_summary_sheet"></textarea>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment