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

View Revisions: Issue #34720 All Revisions ] Back to Issue ]
Summary 0034720: Pay Open Tickets blocked
Revision 2016-12-13 10:35 by Asantos9
Steps To Reproduce - Implement the next hook:

OB.UTIL.HookManager.registerHook('OBPOS_preAddPayment', function (args, callback) {
  setTimeout(function(){
    OB.UTIL.HookManager.callbackExecutor(args, callback);
  }, 0)
});

- Create two different layaways tickets with a product and delivery condition different of 'pick and carry'
- Press on the green tick
- Click on 'Done'

Note that the Web POS is bloqued.
Revision 2016-12-13 10:33 by Asantos9
Steps To Reproduce - Implement the next hook:

OB.UTIL.HookManager.registerHook('OBPOS_preAddPayment', function (args, callback) {
  setTimeout(function(){
    OB.UTIL.HookManager.callbackExecutor(args, callback);
  }, 0)
});


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker