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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0016435
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajoralways2011-03-23 12:482011-03-26 00:00
ReportermiruritaView Statuspublic 
Assigned Toalostale 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisionbcc6168f9e82
ProjectionnoneETAnoneTarget Version3.0RC6
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0016435: Print Record button not working when launches a manual report in Openbravo 3

DescriptionIf the print record button has a manual report associated it fails in Openbravo 3.0 opening the popup to download the file.

In Openbravo 2.50 it's working fine.

The JavaScript in PopUp_Download.html is failing:

Uncaught TypeError: Cannot read property 'parent' of null
onLoadDo
(anonymous function)
onload

function onLoadDo(url) {
  if(typeof top.opener.parent.appFrame !== 'undefined') {
    top.opener.parent.appFrame.document.location.href = url;
  }
  else {
    top.opener.parent.document.location.href = url;
  }
  closePage();
}
Steps To Reproduce1) Install remittance module
https://code.openbravo.com/erp/mods/org.openbravo.module.remittance/ [^]
2) Go to Remittance window
 2.1) Create a new remittance
 2.2) Click on the Print Record button in the toolbar
TagsNo tags attached.
Attached Filespng file icon Remittance_Report1.png [^] (109,990 bytes) 2011-03-23 12:49


png file icon Remittance_Report2.png [^] (135,312 bytes) 2011-03-23 12:49

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0035182)
hgbot (developer)
2011-03-23 17:06

Repository: erp/devel/pi
Changeset: bcc6168f9e82e386a6613f2bdc4e8a3a522f01c4
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Mar 23 17:05:48 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/bcc6168f9e82e386a6613f2bdc4e8a3a522f01c4 [^]

fixed bug 16435: Print Record button not working when launches a manual report

---
M src/org/openbravo/base/secureApp/PopUp_Download.html
---
(0035231)
mirurita (developer)
2011-03-25 11:07

Verified.

- Issue History
Date Modified Username Field Change
2011-03-23 12:48 mirurita New Issue
2011-03-23 12:48 mirurita Assigned To => alostale
2011-03-23 12:48 mirurita Modules => Core
2011-03-23 12:49 mirurita File Added: Remittance_Report1.png
2011-03-23 12:49 mirurita File Added: Remittance_Report2.png
2011-03-23 17:06 hgbot Checkin
2011-03-23 17:06 hgbot Note Added: 0035182
2011-03-23 17:06 hgbot Status new => resolved
2011-03-23 17:06 hgbot Resolution open => fixed
2011-03-23 17:06 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/bcc6168f9e82e386a6613f2bdc4e8a3a522f01c4 [^]
2011-03-25 11:07 mirurita Note Added: 0035231
2011-03-25 11:07 mirurita Status resolved => closed
2011-03-26 00:00 anonymous sf_bug_id 0 => 3245276


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker