@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.
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +10 -2
- package/esm2020/lib/hit-proxy/hit-inbound-invoices/models.mjs +1 -1
- package/fesm2015/hitsoft-e-donusum.mjs +10 -1
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +9 -1
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/lib/hit-proxy/hit-inbound-invoices/models.d.ts +8 -0
- package/package.json +1 -1
|
@@ -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 {
|