Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Oct 23, 2024
1 parent 8e6fb33 commit 5c9eabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/EInvoicePeppolController.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public function updateLegalEntity(UpdateEntityRequest $request, Storecove $store

$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;
Expand Down

0 comments on commit 5c9eabb

Please sign in to comment.