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

View Revisions: Issue #42805 All Revisions ] Back to Issue ]
Summary 0042805: POS Keyboard should allow more than 20 characters
Revision 2020-01-10 14:41 by ngarcia
Description POS Keyboard should allow more than 20 characters

There could be coupons longer than 20 characters

The limit is hardcoded in modules/org.openbravo.mobile.core/web/org.openbravo.mobile.core/source/component/ob-keyboard.js:

    if (contentLength >= 20 && character !== 'del') {
      OB.UTIL.showError(OB.I18N.getLabel('OBMOBC_ErrorMaxNumber'));
      return;
    }

Revision 2020-01-10 14:37 by ngarcia
Description POS Keyboard should allow more than 20 characters

There could be coupons longer than 20 characters


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker