mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 10:46:36 +00:00 
			
		
		
		
	Fixed location_id handling when FEATURE_FLAG_STOCK_LOCATION_TRACKING is disabled (fixes #532)
This commit is contained in:
		| @@ -91,11 +91,9 @@ | ||||
| 				'locations' => $locations, | ||||
| 				'isRequired' => false | ||||
| 			)) | ||||
| 			@else | ||||
| 			<input type="hidden" name="location_id" id="location_id" value="1"> | ||||
| 			@endif | ||||
|  | ||||
| 			<button id="save-purchase-button" class="btn btn-success">{{ $__t('OK') }}</button> | ||||
| 			<button id="save-purchase-button" class="btn btn-success d-block">{{ $__t('OK') }}</button> | ||||
|  | ||||
| 		</form> | ||||
| 	</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user