Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030874Retail ModulesWeb POSpublic2015-09-18 15:112015-09-25 13:20
adrianromero 
adrianromero 
immediatecriticalhave not tried
closedfixed 
5
 
piRR15Q4 
marvintm
pi
No
0030874: Lines information is not displayed in the customer display
When adding a new line or modifying a line in a receipt, the information is not displayed in the customer display.

Probably the cause is the following changeset:
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/diff/f829ed7fe8cc/web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js [^]

the line that assigns a value to this.template line is removed.
In description
No tags attached.
Issue History
2015-09-18 15:11adrianromeroNew Issue
2015-09-18 15:11adrianromeroAssigned To => adrianromero
2015-09-18 15:11adrianromeroRegression introduced in release => pi
2015-09-18 15:11adrianromeroTriggers an Emergency Pack => No
2015-09-18 15:12adrianromeroDescription Updatedbug_revision_view_page.php?rev_id=9462#r9462
2015-09-21 17:20hgbotCheckin
2015-09-21 17:20hgbotNote Added: 0080541
2015-09-21 17:20hgbotStatusnew => resolved
2015-09-21 17:20hgbotResolutionopen => fixed
2015-09-21 17:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/28c19b59868a4a794d56e8392241215b1a024f8d [^]
2015-09-21 17:22adrianromeroReview Assigned To => marvintm
2015-09-25 13:20marvintmStatusresolved => closed
2015-09-25 13:20marvintmFixed in Version => RR15Q4

Notes
(0080541)
hgbot   
2015-09-21 17:20   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 28c19b59868a4a794d56e8392241215b1a024f8d
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Sep 21 12:50:51 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/28c19b59868a4a794d56e8392241215b1a024f8d [^]

Fixes issue 0030874: Lines information is not displayed in the customer display
* Template for the line must be created in the PrintReceiptLine object, not in the PrintReceipt object

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js
---