Clean up transformer.

This commit is contained in:
James Cole
2025-07-31 07:28:25 +02:00
parent a7973190c2
commit d27b035b20
3 changed files with 294 additions and 238 deletions

View File

@@ -85,6 +85,8 @@ class ShowController extends Controller
$enrichment->setUser($admin);
$enrichment->setConvertToNative($this->convertToNative);
$enrichment->setNative($this->nativeCurrency);
$enrichment->setStart($this->parameters->get('start'));
$enrichment->setEnd($this->parameters->get('end'));
$bills = $enrichment->enrich($bills);
/** @var BillTransformer $transformer */