You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pratica il modulo non riesce a scindere che non è presente un prodotto nella sessione pos e quindi prova a stampare lo scontrino ma non riesce a generare l'xml.
To Reproduce
Affected versions: 16.0
Allego il video che mostra come replicare l'errore.
The text was updated successfully, but these errors were encountered:
Module
fiscal_epos_print
Describe the bug
Il Bug riscontrato avviene quando si registra un pagamento su un cliente e si preme il tasto valida
errore:
TypeError: Cannot read properties of null (reading 'substr')
at Class.printFiscalRefundDetails (http://localhost:8082/web/assets/928-1a2d4af/point_of_sale.assets.min.js:6052:18)
at Class.printFiscalReceipt (http://localhost:8082/web/assets/928-1a2d4af/point_of_sale.assets.min.js:6121:291)
at PaymentScreen.sendToFP90Printer (http://localhost:8082/web/assets/928-1a2d4af/point_of_sale.assets.min.js:6217:172)
at PaymentScreen._finalizeValidation (http://localhost:8082/web/assets/928-1a2d4af/point_of_sale.assets.min.js:6218:75)
at PaymentScreen.validateOrder (http://localhost:8082/web/assets/928-1a2d4af/point_of_sale.assets.min.js:1211:12)
In pratica il modulo non riesce a scindere che non è presente un prodotto nella sessione pos e quindi prova a stampare lo scontrino ma non riesce a generare l'xml.
To Reproduce
Affected versions: 16.0
Allego il video che mostra come replicare l'errore.
The text was updated successfully, but these errors were encountered: