mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01: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',
|
||||
];
|
||||
|
||||
Cache::put($hash.'-expense', base64_encode($csv), 360);
|
||||
Cache::put($hash.'-invoice', base64_encode($csv), 360);
|
||||
|
||||
$csv_importer = new Wave($data, $this->company);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user