Skip to content

Commit

Permalink
Revert "AE-2301: Change 7010 -> 7000 in Kieku messages"
Browse files Browse the repository at this point in the history
This reverts commit 1b6bcf9.

The change (or something that supersedes it) will need to be
done again later for production use.
  • Loading branch information
muep committed Dec 9, 2024
1 parent 6da0fda commit 7e145b5
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" "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

0 comments on commit 7e145b5

Please sign in to comment.