mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
remove required from code field
This commit is contained in:
@ -16,13 +16,12 @@
|
||||
</div><!--//.mb-3 -->
|
||||
<div class="mb-3">
|
||||
<label for="code" class="form-label">
|
||||
<?= lang('Tarifaextra.code') ?>*
|
||||
<?= lang('Tarifaextra.code') ?>
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
id="code"
|
||||
name="code"
|
||||
required
|
||||
maxLength="5"
|
||||
class="form-control"
|
||||
value="<?= old('code', $tarifaextraEntity->code) ?>">
|
||||
|
||||
Reference in New Issue
Block a user