mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 00:17:30 -04:00 
			
		
		
		
	Fixes for wave (set import prefix to -invoice as there is only a single accounting file for wave
This commit is contained in:
		
							parent
							
								
									379656bc2b
								
							
						
					
					
						commit
						78fc17b1cb
					
				| @ -196,7 +196,7 @@ class WaveTest extends TestCase | |||||||
|             'import_type' => 'waveaccounting', |             'import_type' => 'waveaccounting', | ||||||
|         ]; |         ]; | ||||||
| 
 | 
 | ||||||
|         Cache::put($hash.'-expense', base64_encode($csv), 360); |         Cache::put($hash.'-invoice', base64_encode($csv), 360); | ||||||
| 
 | 
 | ||||||
|         $csv_importer = new Wave($data, $this->company); |         $csv_importer = new Wave($data, $this->company); | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user