Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apardods committed Dec 20, 2024
1 parent 905792a commit 3cee6a3
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 70 deletions.
2 changes: 1 addition & 1 deletion cmd/gobl.html/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (c *convertOpts) runE(cmd *cobra.Command, args []string) error {
return err
}

data, err := goblhtml.Render(cmd.Context(), env)
data, err := goblhtml.Render(cmd.Context(), env, goblhtml.WithZugferd())
if err != nil {
return fmt.Errorf("generating html: %w", err)
}
Expand Down
Loading

0 comments on commit 3cee6a3

Please sign in to comment.