displaying promoText in finalizeOrder is wrongly done
-----------------------------------------------------
Key: OFBIZ-4008
URL: https://issues.apache.org/jira/browse/OFBIZ-4008
Project: OFBiz
Issue Type: Bug
Components: order
Affects Versions: SVN trunk
Reporter: Erwan de FERRIERES
Priority: Critical
Fix For: SVN trunk
Steps to reproduce :
Create an order with 6 GZ-1000 gizmos, and finalize the order.
When coming on reviewing order, the order items list, with adjustements is
displayed, and the promoText for the GZ-1006-4 - Open Gizmo (MIT) is shown, but
the link is in full text, and not interpreted as a link (see screenshot).
Another error due to this can also be found when calling createInvoiceItem, as
the promoText is a CDATA field, and is tried in this service to be changed as a
text field (invoiceItem.description), which causes an error as it is not
allowing '<' and '>' signs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.