Skip to content

Commit

Permalink
fix: remove omitempty tag for BaseLine
Browse files Browse the repository at this point in the history
closes #12
  • Loading branch information
zeddo123 committed Dec 19, 2024
1 parent 5eaeea8 commit 4fc5b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type PurchaseDeliveryNoteLine struct {
Price float64 `json:",omitempty"`
BaseType int `json:",omitempty"`
BaseEntry int `json:",omitempty"`
BaseLine int `json:",omitempty"`
BaseLine int
}

type (
Expand Down

0 comments on commit 4fc5b26

Please sign in to comment.