Openbravo Issue Tracking System - Java Client POS
View Issue Details
0009751Java Client POS(No Category)public2009-07-03 05:582010-07-23 00:00
ronny_g 
adrianromero 
normalminoralways
closedfixed 
10Vista
 
2.402.30.1 
0009751: Print error with '&' symbol for payments.printHost() in tickets
In every ticket where ${payments.printHost()} is used you will get and error if it contains an '&' symbol.

Warning: Cannot print receipt.
com.openbravo.pos.printer.TicketPrinterException:
Analysis error. Invalid XML file.

org.xml.sax.SAXParseException:
The entity name must immediately follow the '&' in the entity reference.
In configuration > Cash Register > Name:
enter D & G
exit program.

Run program and close cash.

Error reported above and nothing printed.
No tags attached.
Issue History
2009-07-03 05:58ronny_gNew Issue
2009-07-03 05:58ronny_gAssigned To => adrianromero
2009-07-03 05:59ronny_gIssue Monitored: ronny_g
2009-07-07 16:46hgbotCheckin
2009-07-07 16:46hgbotNote Added: 0017973
2009-07-07 16:46hgbotStatusnew => resolved
2009-07-07 16:46hgbotResolutionopen => fixed
2009-07-07 16:46hgbotFixed in SCM revision => http://code.openbravo.com/pos/devel/main/rev/cf6412c174e31ad7b60ea031e998a84febe8c55f [^]
2009-07-07 16:47adrianromeroFixed in Version => 2.40
2009-07-07 16:47adrianromeroTarget Version => 2.40
2010-07-22 13:54adrianromeroStatusresolved => closed
2010-07-22 14:01adrianromeroFixed in Version2.40 => 2.30.1
2010-07-23 00:00anonymoussf_bug_id0 => 3033257
2012-11-07 09:40priyamCategory01 - General => (No Category)

Notes
(0017973)
hgbot   
2009-07-07 16:46   
Repository: pos/devel/main
Changeset: cf6412c174e31ad7b60ea031e998a84febe8c55f
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Jul 07 16:46:13 2009 +0200
URL: http://code.openbravo.com/pos/devel/main/rev/cf6412c174e31ad7b60ea031e998a84febe8c55f [^]

Fixes issue 9751: Print error with '&' symbol for payments.printHost() in tickets

---
M src-pos/com/openbravo/pos/panels/PaymentsModel.java
---