Skip to content

Commit

Permalink
fix ricerca fatture
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Sep 25, 2023
1 parent e63df15 commit bb309db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/app/Http/Controllers/InvoicesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public function search(Request $request)
'identifier' => $list_identifier,
'items' => $elements,
'legend' => (object)[
'class' => 'Invoice',
'class' => Invoice::class,
],
]);
}
Expand Down

0 comments on commit bb309db

Please sign in to comment.