@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.
@@ -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(),