mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Handle document uploads in companyimport
This commit is contained in:
parent
b950c805be
commit
081d720ce5
@ -1164,6 +1164,7 @@ class CompanyImport implements ShouldQueue
|
|||||||
{
|
{
|
||||||
nlog($e->getMessage());
|
nlog($e->getMessage());
|
||||||
nlog("I could not upload {$new_document->url}");
|
nlog("I could not upload {$new_document->url}");
|
||||||
|
$new_document->forceDelete();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user