Skip to content

Commit

Permalink
Merge pull request #651 from solita/feature/ae-2340-test-2-revert
Browse files Browse the repository at this point in the history
Revert "AE-2301: Change 7010 -> 7000 in Kieku messages"
  • Loading branch information
muep authored Dec 13, 2024
2 parents 5af8589 + b7381dc commit 898a259
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 898a259

Please sign in to comment.