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

View Revisions: Issue #29462 All Revisions ] Back to Issue ]
Summary 0029462: We get an error in iOS everytime we save an order
Revision 2015-04-28 16:07 by plujan
Description Using an iOS device we get an error everytime we save an order:

posterminal.main.js: RangeError: Invalid Date; line: [URL]/openbravo/web/js/gen/ed74a30d49a83f633f6a254e6ea14a05_WebPOS.js:771; stackTrace:


The line of the code where this error is launched is:

undoCopy = this.get('undo');
this.unset('undo');
this.set('json', JSON.stringify(this.toJSON()));
if (!OB.MobileApp.model.get('preventOrderSave')) {
    OB.Dal.save(this, function() {}, function() {
        OB.error(arguments);
    });
}

We get an error but it does not affect to the application.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker