Skip to content

Commit 6f12c47

Browse files
committed
WIP
1 parent 197940d commit 6f12c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dto/Invoices/InvoicePositionDTO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(
2828
public ?bool $pagebreak,
2929
public ?bool $is_percentual,
3030
public ?string $value,
31-
public ?int $pos,
31+
public ?string $pos,
3232
public ?string $internal_pos,
3333
public ?bool $is_optional,
3434
) {}

0 commit comments

Comments
 (0)