Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012750Openbravo ERP07. Sales managementpublic2010-03-20 01:132010-03-27 00:00
eintelau 
adrianromero 
normalminoralways
closedduplicate 
205.2
pi 
 
Core
No
0012750: Create Invoices from Orders screen hangs when Generate button pressed
In the Create Invoices from Order screen when you press the generate button you get the "processing" graphic appear on the screen & the function never completes.

i.e. the processing graphic never goes away & the invoices are not generated

The problem seems to have been introduced by the fix for issue 12097 (https://issues.openbravo.com/view.php?id=12097 [^])
1) Open Create Invoices from Orders screen
2) Select an order from the list
3) Click Generate
Remove all "Procssing" displays from the window

The fix for 12907 removed a call to setProcessingMode('window',false) in the onload method. There is a another call to setProcessingMode('window', true) in the validate method, removing this call fixes the problem.

No tags attached.
duplicate of defect 0012795 closed dbaz Create Invoices form orders never ends up processing 
Issue History
2010-03-20 01:13eintelauNew Issue
2010-03-20 01:13eintelauAssigned To => adrianromero
2010-03-20 01:23eintelauNote Added: 0025628
2010-03-26 09:24adrianromeroRelationship addedduplicate of 0012795
2010-03-26 09:24adrianromeroStatusnew => closed
2010-03-26 09:24adrianromeroResolutionopen => duplicate
2010-03-27 00:00anonymoussf_bug_id0 => 2977325

Notes
(0025628)
eintelau   
2010-03-20 01:23   
Fix committed in changeset 6744:d3ff5ead768.

My apologies, I mistyped the bug number in the commit message as 12907