Skip to content

Commit

Permalink
Add external code to excel
Browse files Browse the repository at this point in the history
  • Loading branch information
ozonophore committed Jan 31, 2024
1 parent cb64095 commit 46e5a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/internal/service/order.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ var orderHeader = []ExcelHeaderColumn{
Title: "Наименование",
Width: 40,
Field: "ItemName",
}, {
Title: "Код поставщика",
Width: 50,
Field: "ExternalCode",
}, {
Title: "Кол-во",
Width: 40,
Expand Down

0 comments on commit 46e5a21

Please sign in to comment.