mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Better export.
This commit is contained in:
		| @@ -369,6 +369,11 @@ class CsvSetup implements SetupInterface | ||||
|  | ||||
|         foreach ($results as $rowIndex => $row) { | ||||
|  | ||||
|             // skip first row? | ||||
|             if ($rowIndex === 0 && $config['has-headers']) { | ||||
|                 continue; | ||||
|             } | ||||
|  | ||||
|             // run specifics here: | ||||
|             // and this is the point where the specifix go to work. | ||||
|             foreach ($config['specifics'] as $name => $enabled) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user