Merge pull request #20820 from deepeshgarg007/gst_itemised
fix: HSN code no visible in GST itemised sales register
This commit is contained in:
commit
d985aa0f15
@ -15,7 +15,7 @@ def execute(filters=None):
|
|||||||
dict(fieldtype='Data', label='GST Category', fieldname="gst_category", width=120),
|
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='Export Type', fieldname="export_type", width=120),
|
||||||
dict(fieldtype='Data', label='E-Commerce GSTIN', fieldname="ecommerce_gstin", width=130),
|
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=[
|
], additional_query_columns=[
|
||||||
'customer_gstin',
|
'customer_gstin',
|
||||||
'billing_address_gstin',
|
'billing_address_gstin',
|
||||||
|
Loading…
Reference in New Issue
Block a user