Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "AE-2301: Change 7010 -> 7000 in Kieku messages" #651

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"01000000")]
;; TODO YritysmuotoKoodi if yritys is toiminimi.
["AsiakasYritystasoinenTietoTyyppi"
["YritysTunnus" "7000"]
["YritysTunnus" "7010"]
["LajittelutAvainKoodi" "001"]
["MaksuehtoavainKoodi" "ZM21"]
["KoronlaskentaKoodi" "Z1"]
Expand All @@ -129,7 +129,7 @@
(when-not yritys-id
["AsiakasHenkiloTunnus" henkilotunnus])]
["AsiakasMyyntiJakelutietoTyyppi"
["MyyntiOrganisaatioKoodi" "7000"]
["MyyntiOrganisaatioKoodi" "7010"]
["JakelutieKoodi" "01"]
["SektoriKoodi" "01"]
["ValuuttaKoodi" "EUR"]
Expand Down Expand Up @@ -213,7 +213,7 @@
formatted-last-day-of-last-month (->> (.lengthOfMonth last-month)
(.withDayOfMonth last-month)
(.format date-formatter-xml))]
(->> [["MyyntiOrganisaatioKoodi" "7000"]
(->> [["MyyntiOrganisaatioKoodi" "7010"]
["JakelutieKoodi" "13"]
["SektoriKoodi" "01"]
["TilausLajiKoodi" "Z001"]
Expand All @@ -223,7 +223,7 @@
["TilausAsiakasTyyppi"
["AsiakasNro" laskutus-asiakastunnus]]
["LaskuttajaAsiakasTyyppi"
["AsiakasNro" "700013A000"]]
["AsiakasNro" "701013A000"]]
["MyyntitilausSanomaPerustietoTyyppi"
["YleinenLahettajaInformaatioTyyppi"
["PorttiNro" (if (= config/environment-alias "prod")
Expand Down
Loading