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

View Revisions: Issue #30969 All Revisions ] Back to Issue ]
Summary 0030969: The cancellation of the preOrderSave Hook creates an Scrim that is not possible to hide
Revision 2015-09-29 17:24 by guillermogil
Steps To Reproduce Install org.openbravo.retail.trainingmode module
Click the menu and click start training mode
Add a product and close the order
You will see an scrim
Revision 2015-09-29 16:59 by guillermogil
Steps To Reproduce Raise the cancellation of the hook or add the following code:

OB.UTIL.HookManager.registerHook('OBPOS_PreOrderSave', function (args, callbacks) {
  args.cancellation = true;

  OB.UTIL.HookManager.callbackExecutor(args, callbacks);
});


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker