@hitsoft/e-donusum 100.1.2-Edo-Test → 100.1.3-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 +2 -2
- package/fesm2015/hitsoft-e-donusum.mjs +13 -13
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11220,7 +11220,7 @@ class HitInboundInvoiceComponent {
|
|
|
11220
11220
|
docEntry: null,
|
|
11221
11221
|
docNum: null,
|
|
11222
11222
|
docCurrency: this.selectedInboundInvoice?.documentCurrencyCode?.toString(),
|
|
11223
|
-
docObjectCode: "oPurchaseInvoices",
|
|
11223
|
+
docObjectCode: this.selectedInboundInvoice?.invoiceTypeCode === "IADE" ? "oCreditNotes" : "oPurchaseInvoices",
|
|
11224
11224
|
docDate: this.selectedInboundInvoice?.issueDate?.toString(),
|
|
11225
11225
|
taxDate: this.selectedInboundInvoice?.issueDate?.toString(),
|
|
11226
11226
|
docDueDate: this.selectedInboundInvoice?.paymentTermsPaymentDueDate?.toString(),
|