Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
kittiu committed Nov 9, 2023
1 parent 3e60109 commit 917a9c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frappe_etax_service/inet/inet_data_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def prepare_data(doc):
)
d["seller_tax_id"] = doc.company_id.vat
d["buyer_name"] = doc.partner_id.name
d["buyer_type"] = "TXID" # TXID, NIDN, CCPT, OTHR (no taxid)
d["buyer_tax_id"] = doc.partner_id.vat
d["buyer_branch_id"] = doc.partner_id.branch or "00000"
d["buyer_email"] = doc.partner_id.email
Expand Down

0 comments on commit 917a9c6

Please sign in to comment.