mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix JS views.
This commit is contained in:
		| @@ -46,7 +46,7 @@ class ChartData | ||||
|         if (array_key_exists('native_currency_id', $data)) { | ||||
|             $data['native_currency_id'] = (string) $data['native_currency_id']; | ||||
|         } | ||||
|         $required       = ['start', 'date', 'end', 'entries', 'native_entries']; | ||||
|         $required       = ['start', 'date', 'end', 'entries']; | ||||
|         foreach ($required as $field) { | ||||
|             if (!array_key_exists($field, $data)) { | ||||
|                 throw new FireflyException(sprintf('Data-set is missing the "%s"-variable.', $field)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user