mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 01:58:31 +00:00
fix(e-invoice): mandatory pincode field not set in e-invoice (#25201)
This commit is contained in:
@@ -109,7 +109,7 @@ def get_party_details(address_name, company_address=None, billing_address=None,
|
||||
|
||||
party_address_details = frappe._dict(dict(
|
||||
legal_name=d.address_title,
|
||||
location=d.city,
|
||||
location=d.city, pincode=d.pincode,
|
||||
state_code=d.gst_state_number,
|
||||
address_line1=d.address_line1,
|
||||
address_line2=d.address_line2
|
||||
|
||||
Reference in New Issue
Block a user