Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031545Retail ModulesWeb POSpublic2015-11-20 10:572015-12-07 09:20
Orekaria 
mario_castello 
normalminoralways
closedfixed 
5
 
RR16Q1 
guilleaer
No
0031545: updateCreditSalesAction() should be used to update the visibility of the 'Use credit' button
updateCreditSalesAction() should be used to update the visibility of the 'Use credit' button
Look for the updateCreditSalesAction method in the payment.js file
Verify that method updates the 'Use Credit' button visibility
In the code, look for
  this.$.creditsalesaction.show();
  this.$.creditsalesaction.hide();
Verify that they exists out of the updateCreditSalesAction method (INCORRECT)
Change the ocurrences of
  this.$.creditsalesaction.show();
  this.$.creditsalesaction.hide();
with
  updateCreditSalesAction
No tags attached.
related to defect 0029870 closed mario_castello when layaway order is overpaid using card, then layaway button wrongly appears in the screen 
depends on defect 0031510 closed mario_castello [RR15Q4] Certain layaway flow is not correctly built 
Issue History
2015-11-20 10:57OrekariaNew Issue
2015-11-20 10:57OrekariaAssigned To => Retail
2015-11-20 10:57OrekariaTriggers an Emergency Pack => No
2015-11-23 15:32OrekariaRelationship addeddepends on 0031510
2015-11-23 15:37OrekariaRelationship addedrelated to 0029870
2015-11-23 16:07mario_castelloAssigned ToRetail => mario_castello
2015-11-24 15:11mario_castelloStatusnew => scheduled
2015-11-25 15:11hgbotCheckin
2015-11-25 15:11hgbotNote Added: 0082331
2015-11-25 15:11hgbotStatusscheduled => resolved
2015-11-25 15:11hgbotResolutionopen => fixed
2015-11-25 15:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/adfa762806a10fe040ee1cb82bfee64b24be882d [^]
2015-12-07 09:20guilleaerReview Assigned To => guilleaer
2015-12-07 09:20guilleaerStatusresolved => closed
2015-12-07 09:20guilleaerFixed in Version => RR16Q1

Notes
(0082331)
hgbot   
2015-11-25 15:11   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: adfa762806a10fe040ee1cb82bfee64b24be882d
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Nov 25 08:10:31 2015 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/adfa762806a10fe040ee1cb82bfee64b24be882d [^]

Fixed issue 31545: Change hide and show credit button with updateCreditSalesAction function

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---