mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Minor fixes
This commit is contained in:
parent
8e6fb33c3f
commit
5c9eabb3dd
@ -172,7 +172,7 @@ class EInvoicePeppolController extends BaseController
|
||||
|
||||
$r = $storecove->updateLegalEntity($company->legal_entity_id, $request->validated());
|
||||
|
||||
if ($r) {
|
||||
if ($r->successful()) {
|
||||
$tax_data = $company->tax_data;
|
||||
|
||||
$tax_data->acts_as_sender = $request->acts_as_sender;
|
||||
|
Loading…
Reference in New Issue
Block a user