@hitsoft/e-donusum 100.1.18-Edo-Test → 100.1.19-Edo-Test

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11505,7 +11505,15 @@ class HitInboundInvoiceComponent {
11505
11505
  quantity: element.selectedQty,
11506
11506
  baseType: null,
11507
11507
  baseEntry: null,
11508
- baseLine: null
11508
+ baseLine: null,
11509
+ itemCode: element.itemCode,
11510
+ itemDescription: element.dscription,
11511
+ unitPrice: element.unitPrice,
11512
+ taxCode: element.freeTxt,
11513
+ vatGroup: element.freeTxt,
11514
+ currency: this.selectedInboundInvoice?.documentCurrencyCode?.toString(),
11515
+ uomCode: element.text || undefined,
11516
+ discPrcnt: undefined
11509
11517
  });
11510
11518
  }
11511
11519
  else {