Merge pull request 'minor correction of names' (#41) from paulcortezl5 into main

Reviewed-on: #41
pull/42/head
paul 2 months ago
commit 23afdfc614

@ -21,7 +21,7 @@
<!-- .body attribute -->
<!-- Container title -->
<?= $this->section('containertitle') ?>Employee Payroll Transaction<?= $this->endSection() ?>
<?= $this->section('containertitle') ?>Employee Payroll Transaction <span class="text-md text-muted">for period of <strong><?= $payTrans->payroll_from ?> to <?= $payTrans->payroll_to ?></strong> </span> <?= $this->endSection() ?>
<!-- .Container title -->
<!-- Active breadcrumb -->

@ -82,7 +82,7 @@
<div class="card-body">
<form action="/remp/payview" method="get">
<div class="form-group">
<label>Payroll Group</label>
<label>Payroll Period</label>
<div class="input-group mb-3">
<select class="form-control select2 rounded-0" name="paytransid">
<option value="-1">-- Select --</option>

Loading…
Cancel
Save