Skip to content

Commit

Permalink
remark in inspectionview
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Mar 14, 2024
1 parent d02bc10 commit 397cdbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions application/views/inspectionview.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,17 @@
</div>
</div>
</div>
<?php if (isset($inspection->rmrk_inspection)) { ?>
<div class="col-lg-10 p-3 bg-light">
<div class="row">
<div class = "col">
<h4><?= $this->lang->line('genremark_inspection'); ?></h4>
<div class = "col"><?= $inspection->rmrk_inspection ?></div>
</div>
</div>
</div>

<?php } ?>
<?php if (isset($inspimg)) { ?>
<div class="col-lg-10 p-3 bg-light">
<div class="row">
Expand Down

0 comments on commit 397cdbb

Please sign in to comment.