mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Fix for #1398 (prevent empty series_index field)
This commit is contained in:
		| @@ -86,7 +86,7 @@ | ||||
|     </div> | ||||
|     <div class="form-group"> | ||||
|       <label for="series_index">{{_('Series ID')}}</label> | ||||
|       <input type="number" step="0.01" min="0" class="form-control" name="series_index" id="series_index" value="{{book.series_index}}"> | ||||
|       <input type="number" step="0.01" min="0" placeholder="1" class="form-control" name="series_index" id="series_index" value="{{book.series_index}}"> | ||||
|     </div> | ||||
|     <div class="form-group"> | ||||
|       <label for="rating">{{_('Rating')}}</label> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ozzieisaacs
					Ozzieisaacs