Skip to content

Commit

Permalink
fix: show customer name for export invoices
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b5a7e8)
  • Loading branch information
vorasmit authored and mergify[bot] committed Nov 11, 2024
1 parent 0c882f0 commit 3f7c111
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions india_compliance/gst_india/doctype/gstr_1_beta/gstr_1_beta.js
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,11 @@ class GSTR1_TabManager extends TabManager {
options: "Sales Invoice",
width: 160,
},
{
name: "Customer Name",
fieldname: GSTR1_DataField.CUST_NAME,
width: 200,
},
{
name: "Invoice Type",
fieldname: GSTR1_DataField.DOC_TYPE,
Expand Down

0 comments on commit 3f7c111

Please sign in to comment.