Skip to content

Commit

Permalink
wheeldrive
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 17, 2024
1 parent 1575b9b commit 5ecd4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/pdfreport.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<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>
</tr>
<tr>
<td class="frcellfld"><?= $this->lang->line('pdf_vin_vhcl'); ?></td><td colspan="3"><?php echo $inspection->vin_vhcl; ?>
<td class="frcellfld" width="18%"><?= $this->lang->line('pdf_vin_vhcl'); ?></td><td colspan="3"><?php echo $inspection->vin_vhcl; ?>
</tr>
<tr>
<td class="frcellfld"><?= $this->lang->line('pdf_type_vhcl'); ?></td><td><?php echo $inspection->type_vhcl; ?></td><td class="frcellfld"><?= $this->lang->line('pdf_doors_vhcl'); ?></td><td><?php echo $inspection->doors_vhcl; ?></td>
</tr>
<tr>
<td class="frcellfld"><?= $this->lang->line('pdf_make_vhcl'); ?></td><td><?php echo $inspection->make_vhcl; ?></td><td class="frcellfld"><?= $this->lang->line('pdf_colour_vhcl'); ?></td><td><?php echo $inspection->colour_vhcl; ?></td>
<td class="frcellfld"><?= $this->lang->line('pdf_make_vhcl'); ?></td><td><?php echo $inspection->make_vhcl; ?></td><td class="frcellfld" width="18%"><?= $this->lang->line('pdf_colour_vhcl'); ?></td><td><?php echo $inspection->colour_vhcl; ?></td>
</tr>
<tr>
<td class="frcellfld"><?= $this->lang->line('pdf_model_vhcl'); ?></td><td><?php echo $inspection->model_vhcl; ?></td><td class="frcellfld" nowrap><?= $this->lang->line('fuel_vhcl'); ?>:</td><td><?php echo $this->lang->line($inspection->fueltyp_vhcl); ?></td>
Expand Down

0 comments on commit 5ecd4a4

Please sign in to comment.