minor correction of names

minor correction of names
pull/41/head
paulcortez 2 months ago
parent f5ae68b7fc
commit 4e4aa022ba

@ -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