Skip to content

Commit e8d86fb

Browse files
committed
add sender (GLN) onto NAD+IV
1 parent 1f80dcc commit e8d86fb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/Generator/Traits/NameAndAddress.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,8 @@ public function setInvoiceAddress(
694694
$zipCode = '',
695695
$city = '',
696696
$countryCode = 'DE',
697-
$managingOrganisation = 'ZZZ'
697+
$managingOrganisation = 'ZZZ',
698+
$sender = null
698699
) {
699700
$this->invoiceAddress = $this->addNameAndAddress(
700701
$name1,
@@ -705,7 +706,8 @@ public function setInvoiceAddress(
705706
$city,
706707
$countryCode,
707708
$managingOrganisation,
708-
'IV'
709+
'IV',
710+
$sender ?? ''
709711
);
710712
return $this;
711713
}

0 commit comments

Comments
 (0)