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

View Revisions: Issue #34938 All Revisions ] Back to Issue ]
Summary 0034938: can't select product in Return from Customer > Insert Orphan Line
Revision 2017-01-13 09:42 by alostale
Description When trying to insert an orphan line in a return from customer, it is not possible to select the product: the selector is not displayed.

This is caused by a JS error which prevents the flow to continue:
  
  Uncaught TypeError: Cannot read property 'register' of undefined

  in file cancelAndReplace.js, line:

  OB.EventHandlerRegistry.register(OB.CancelAndReplace.SALES_ORDERLINES_TAB, OB.EventHandlerRegistry.PREDELETE, OB.CancelAndReplace.ClientSideEventHandlersPreDelete.showMessage, 'OBCancelAndReplace_ShowMessage');


The problem is caused because cancelAndReplace.js is loaded within js static resources for classic windows, but the infrastructure it relies on (OB.EventHandlerRegistry) is not causing to fail when tried to be loaded in classic mode.
Revision 2017-01-13 09:38 by alostale
Description When trying to insert an orphan line in a return from customer, it is not possible to select the product: the selector is not displayed.



Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker