Risolto piccole problematiche ai file e installato libreria milon/barcode per generazione barcodes
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
<div class="col-md-5">
|
||||
<!-- Data termine datetimepicker -->
|
||||
<label for="termine_il" class="form-label">Termine:</label>
|
||||
<input type="date" name="termine_il" class="form-control" value="{{ date('Y-m-d'); }}" id="termine_il">
|
||||
<input type="date" name="termine_il" class="form-control" value="{{ date('Y-m-d')}}" id="termine_il">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -99,8 +99,8 @@
|
||||
<div class="modal-footer">
|
||||
<input type="hidden" name="creato_da" value="{{ Auth::user()->id }}">
|
||||
<input type="hidden" name="stato" value="Aperto">
|
||||
<input type="hidden" name="creato_il" value="{{ date('Y-m-d'); }}">
|
||||
<input type="hidden" name="chiuso_il" value="{{ date('Y-m-d'); }}">
|
||||
<input type="hidden" name="creato_il" value="{{ date('Y-m-d')}}">
|
||||
<input type="hidden" name="chiuso_il" value="{{ date('Y-m-d')}}">
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
</form>
|
||||
<!-- FINE FORM INSERIMENTO NUOVA CATEGORIA -->
|
||||
|
||||
Reference in New Issue
Block a user