Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #29783 All Revisions ] Back to Issue ]
Summary 0029783: wrong position of currency symbol in the payment limit message
Revision 2015-05-05 17:09 by malsasua
Steps To Reproduce Log into the WebPOS
In the console, execute this line:

   OB.MobileApp.model.get('payments')[2].paymentMethod.maxLimitAmount = 10

In the ticket, add products that exceed 10 amount

Pay it with USA cash

the message displayed is:
"The maximum limit (10 $) for this payment method has been exceeded. Payment not allowed"
and it should be
"The maximum limit ($ 10) for this payment method has been exceeded. Payment not allowed"
Revision 2015-05-05 17:05 by malsasua
Steps To Reproduce Log into the WebPOS
In the console, execute this line:

   OB.MobileApp.model.get('payments')[2].paymentMethod.maxLimitAmount = 10

In the ticket, add products that exceed 10 amount

the message displayed is:
"The maximum limit (10 $) for this payment method has been exceeded. Payment not allowed"
and it should be
"The maximum limit ($ 10) for this payment method has been exceeded. Payment not allowed"


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker