Untitled
unknown
plain_text
2 years ago
271 B
4
Indexable
var typepay= frontol.currentDocument.payment.type.code; frontol.actions.showMessage(typepay); if (typepay == 4) { try { makeFiscalCall("commons/printLastDocument/", {}); } catch (e) { frontol.actions.showError (e.message); } } }
Editor is loading...