Skip to content

Commit

Permalink
Merge pull request #642 from solita/feature/AE-2340-sanomamuutokset-k…
Browse files Browse the repository at this point in the history
…ieku-fico

AE-2301: Change 7010 -> 7000 in Kieku messages
  • Loading branch information
muep authored Dec 9, 2024
2 parents 7edff45 + 1b6bcf9 commit 6da0fda
Showing 1 changed file with 4 additions and 4 deletions.
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" "7010"]
["YritysTunnus" "7000"]
["LajittelutAvainKoodi" "001"]
["MaksuehtoavainKoodi" "ZM21"]
["KoronlaskentaKoodi" "Z1"]
Expand All @@ -129,7 +129,7 @@
(when-not yritys-id
["AsiakasHenkiloTunnus" henkilotunnus])]
["AsiakasMyyntiJakelutietoTyyppi"
["MyyntiOrganisaatioKoodi" "7010"]
["MyyntiOrganisaatioKoodi" "7000"]
["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" "7010"]
(->> [["MyyntiOrganisaatioKoodi" "7000"]
["JakelutieKoodi" "13"]
["SektoriKoodi" "01"]
["TilausLajiKoodi" "Z001"]
Expand All @@ -223,7 +223,7 @@
["TilausAsiakasTyyppi"
["AsiakasNro" laskutus-asiakastunnus]]
["LaskuttajaAsiakasTyyppi"
["AsiakasNro" "701013A000"]]
["AsiakasNro" "700013A000"]]
["MyyntitilausSanomaPerustietoTyyppi"
["YleinenLahettajaInformaatioTyyppi"
["PorttiNro" (if (= config/environment-alias "prod")
Expand Down

0 comments on commit 6da0fda

Please sign in to comment.