diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2025-02-28 10:47:57 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2025-02-28 10:47:57 +0700 |
| commit | d67c586c80d87e7e2f3da703cd04e6680fbd62b7 (patch) | |
| tree | 8466e3dac5ff90d76a0d27cde6ac385a98ccfc54 | |
| parent | 74950ab252b92c23b2b5dc754fa4d86a28052145 (diff) | |
update bugs coretax xml
| -rw-r--r-- | indoteknik_custom/models/coretax_fatur.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/coretax_fatur.py b/indoteknik_custom/models/coretax_fatur.py index fec53779..b4bffbd2 100644 --- a/indoteknik_custom/models/coretax_fatur.py +++ b/indoteknik_custom/models/coretax_fatur.py @@ -59,7 +59,7 @@ class CoretaxFaktur(models.Model): ET.SubElement(tax_invoice, 'TrxCode').text = '04' ET.SubElement(tax_invoice, 'AddInfo') ET.SubElement(tax_invoice, 'CustomDoc') - ET.SubElement(tax_invoice, 'CustomDocMonthYearCustomDocMonthYear') + ET.SubElement(tax_invoice, 'CustomDocMonthYear') ET.SubElement(tax_invoice, 'RefDesc').text = invoice.name ET.SubElement(tax_invoice, 'FacilityStamp') ET.SubElement(tax_invoice, 'SellerIDTKU').text = '0742260227086000000000' |
