Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kittiu authored Apr 17, 2024
1 parent 9ac2ec7 commit 14a6427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thai_tax/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_part(data, key, value):
postal = data.get("vPostCode", "")

if province == "จ.กรุงเทพมหานคร":
thambon = data.get("vThambol") and "แขวง%s" % data["vAmphur"] or ""
thambon = data.get("vThambol") and "แขวง%s" % data["vThambol"] or ""
amphur = data.get("vAmphur") and "เขต%s" % data["vAmphur"] or ""
province = data.get("vProvince") and "%s" % data["vProvince"] or ""

Expand Down

0 comments on commit 14a6427

Please sign in to comment.