mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 02:36:54 +00:00 
			
		
		
		
	Squashed commit
Make it possible to actively not-check a mandatory checkbox Userfield (closes #2601) Pluralize the "opened" localization string (closes #2280) Added a trendline to the price history chart (closes #2237) Various minor style/code refinements
This commit is contained in:
		| @@ -137,7 +137,6 @@ $(document).on('click', '.undo-stock-booking-button', function(e) | ||||
| $(document).on('click', '.product-grocycode-label-print', function(e) | ||||
| { | ||||
| 	e.preventDefault(); | ||||
| 	document.activeElement.blur(); | ||||
|  | ||||
| 	var productId = $(e.currentTarget).attr('data-product-id'); | ||||
| 	Grocy.Api.Get('stock/products/' + productId + '/printlabel', function(labelData) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user