We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a22042 + 3b5f4a2 commit c818e45Copy full SHA for c818e45
1 file changed
convert/breakdown.go
@@ -104,7 +104,7 @@ func newTipoDesglose(gobl *bill.Invoice) *TipoDesglose {
104
105
desglose := &TipoDesglose{}
106
107
- if gobl.Customer == nil || partyCountry(gobl.Customer) == l10n.ES.Tax() {
+ if gobl.Customer == nil || partyCountry(gobl.Customer) == l10n.ES.Tax() || gobl.HasTags(tax.TagSimplified) {
108
desglose.DesgloseFactura = newDesgloseFactura(taxInfo, catTotal.Rates)
109
} else {
110
goods, services := splitByTBAIProduct(catTotal.Rates)
0 commit comments