Merge pull request #20820 from deepeshgarg007/gst_itemised

fix: HSN code no visible in GST itemised sales register
This commit is contained in:
Deepesh Garg 2020-03-04 10:42:14 +05:30 committed by GitHub
commit d985aa0f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ def execute(filters=None):
dict(fieldtype='Data', label='GST Category', fieldname="gst_category", width=120),
dict(fieldtype='Data', label='Export Type', fieldname="export_type", width=120),
dict(fieldtype='Data', label='E-Commerce GSTIN', fieldname="ecommerce_gstin", width=130),
dict(fieldtype='Data', label='HSN Code', fieldname="hsn_code", width=120)
dict(fieldtype='Data', label='HSN Code', fieldname="gst_hsn_code", width=120)
], additional_query_columns=[
'customer_gstin',
'billing_address_gstin',