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.
1 parent ebc23ee commit 7f96b7dCopy full SHA for 7f96b7d
1 file changed
doc/qr_code.go
@@ -59,7 +59,7 @@ func (doc *TicketBAI) generateQRCode(zone l10n.Code, tbaiCode string) string {
59
return ""
60
}
61
62
- query := []string{"id=" + tbaiCode}
+ query := []string{"id=" + url.QueryEscape(tbaiCode)}
63
if doc.Factura.CabeceraFactura.SerieFactura != "" {
64
query = append(query, "s="+url.QueryEscape(doc.Factura.CabeceraFactura.SerieFactura))
65
0 commit comments