Skip to content

Commit

Permalink
removed extra sales row|<Jenish>
Browse files Browse the repository at this point in the history
Signed-off-by: jenish-jain <jenishjain@rocketmail.com>
  • Loading branch information
jenish-jain committed Jul 2, 2023
1 parent d3ba52e commit 39cb982
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/reporter/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ func (r reporterImpl) GetSheetValuesToPublishReport(taxReport taxReport, month t
{},
{"C )", "Sales"},
{},
{nil, "Amazon Sales", nil, 0},
{nil, "Flipkart Sales", nil, 0},
{nil, "Offline Sales", nil, taxReport.TotalSales.TotalAmountWithTax},
{nil, "Total Sales", nil, taxReport.TotalSales.TotalAmountWithTax},
{},
{nil, "Total Sales with Tax amount", nil, taxReport.TotalSales.TotalAmountWithTax},
{},
Expand Down

0 comments on commit 39cb982

Please sign in to comment.