mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 10:46:36 +00:00 
			
		
		
		
	Never extend the original due date on when opening a product which has default_best_before_days (closes #1342)
This commit is contained in:
		| @@ -212,7 +212,7 @@ | ||||
| 			'label' => 'Default due days after opened', | ||||
| 			'min' => 0, | ||||
| 			'value' => $value, | ||||
| 			'hint' => $__t('When this product was marked as opened, the due date will be replaced by today + this amount of days (a value of 0 disables this)') | ||||
| 			'hint' => $__t('When this product was marked as opened, the due date will be replaced by today + this amount of days, but only if the resulting date is not after the original due date (a value of 0 disables this)') | ||||
| 			)) | ||||
| 			@else | ||||
| 			<input type="hidden" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user