Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 028d6fa

Browse files
committed
Merge branch 'release/2.3.1'
2 parents 39c16a2 + cb43e60 commit 028d6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/X12/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function generate()
107107

108108
$this->gsSegment = new FunctionalGroupHeader();
109109
$this->stSegment = new TransactionSetHeader('855', $this->getExtraInformation()['855_data']->transaction_control_number);
110-
$this->bakSegment = new PurchaseOrderAcknowledgment($this->getExtraInformation()['acknowledgment_type'], $this->getExtraInformation()['855_data']->purchase_order_number, $this->getExtraInformation()['855_data']->date);
110+
$this->bakSegment = new PurchaseOrderAcknowledgment($this->getExtraInformation()['acknowledgment_type'], $this->getExtraInformation()['855_data']->purchase_order_number, $this->getExtraInformation()['855_data']->date_of_issuance);
111111

112112
foreach ($this->productsData as $product) {
113113
$this->po1Segment[] = new BaselineItemData($product);

0 commit comments

Comments
 (0)