simevo / fatturapa-magento

Plugin Magento per fatturazione elettronica
GNU Affero General Public License v3.0
6 stars 4 forks source link

should escape product names #24

Open simevo opened 6 years ago

simevo commented 6 years ago

error while editing fattura elettronica: (index):1535 Uncaught SyntaxError: Unexpected identifier

caused by unescaped " in product name:

image

simevo commented 6 years ago

can we use json_encode as in https://stackoverflow.com/a/169035 ?