Skip to content

Commit

Permalink
Update pdfreport.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Oct 8, 2024
1 parent df9b611 commit dbc25c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/pdfreport.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<tr><td colspan="4" class="bot-border smalltxt">&nbsp;</td></tr>
<tr>
<td width="60%" colspan="2" class="frcellhdr dgreen bot-border"><?= $this->lang->line('pdf_vehicle_description'); ?></td>
<td width="40%" colspan="2" class="frcellhdr dgreen bot-border"><?= $this->lang->line('pdf_reg_vhcl'); ?> <span style = "font-weight:normal; color: #000;"><?php echo $inspection->reg_vhcl; ?></span> </td>
<td width="40%" colspan="2" class="frcellhdr dgreen bot-border"><?= $this->lang->line('pdf_reg_vhcl'); ?> <span style = "font-weight:normal; color: #000;"><?php echo $inspection->firstreg_vhcl; ?></span> </td>
</tr>
<tr>
<td class="frcellfld" width="20%"><?= $this->lang->line('pdf_vin_vhcl'); ?></td><td colspan="3"><?php echo $inspection->vin_vhcl; ?>
Expand Down

0 comments on commit dbc25c6

Please sign in to comment.