mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'feat/importador_libros_catalogo_antiguo' into 'main'
Feat/importador libros catalogo antiguo See merge request jjimenez/safekat!838
This commit is contained in:
@ -70,9 +70,9 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 mb-3">
|
||||
<label for="isk" class="form-label">Identificador ISK</label>
|
||||
<input type="text" id="isk" name="isk" class="form-control" readonly
|
||||
value="<?= old('isk', $catalogoLibrosEntity->isk) ?>" maxlength="64"
|
||||
<label for="iskn" class="form-label">Identificador ISKN</label>
|
||||
<input type="text" id="iskn" name="iskn" class="form-control" readonly
|
||||
value="<?= old('iskn', $catalogoLibrosEntity->iskn) ?>" maxlength="64"
|
||||
style="background: #E8E8E8;">
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user