I have encountered some potential bug with the QR Code Printing.
I found that certain string is unable to be printed using the QR Code Template, I'm not sure if because it is a special reserved keyword.
For example, I have a product code below that needs to be printed
FA700-100-FC+MF710
The output only shows
FA700-100-
I can only get the full output if I put the entire code inside a quote as below
"FA700-100-FC+MF710"
Is there any string combination that I should avoid when printing QR Barcode Template?