Skip to content

Commit be42b71

Browse files
NeoRazorXclaude
andcommitted
refactor: tipa exportFieldFormat() de forma coherente (recibe floats y strings)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2262752 commit be42b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controller/ReportTaxes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ protected function exportAction(): void
200200
$this->processLayout($lines, $totals);
201201
}
202202

203-
protected function exportFieldFormat(string $format, string $value): string
203+
protected function exportFieldFormat(string $format, $value): string
204204
{
205205
return match ($format) {
206206
'number' => $this->format === 'PDF' ? Tools::number($value) : $value,

0 commit comments

Comments
 (0)