Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Jun 18, 2024
1 parent 8849900 commit 76934ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions components/bill/invoice/invoice.templ
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"github.com/invopop/gobl.html/components/regimes/mx"
"github.com/invopop/gobl.html/internal"
"github.com/invopop/gobl.html/components/regimes/pl"
"github.com/invopop/gobl.html/components/regimes/pt"
)

// Invoice renders a complete GOBL bill.Invoice object.
Expand Down Expand Up @@ -44,6 +45,7 @@ templ Invoice(env *gobl.Envelope, inv *bill.Invoice) {
@co.DIANQR(env, inv)
@mx.CFDI(env, inv)
@pl.KSeFQR(env)
@pt.ATQR(env)
</div>
</article>
}
Expand Down
9 changes: 7 additions & 2 deletions components/bill/invoice/invoice_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76934ee

Please sign in to comment.