Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017204 | Openbravo ERP | 09. Financial management | public | 2011-05-17 16:11 | 2011-05-26 07:44 |
|
Reporter | dmitry_mezentsev | |
Assigned To | alostale | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0RC7 | Fixed in Version | 3.0RC7 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017204: Add Payment from Financial Account shows blank screen |
Description | Press Add Transaction, then Add Payment, select the Invoice and fill in the amount and press Process button. The result is the blank screen.
|
Steps To Reproduce | live.builds.pi
1. Create Sales Invoice.
2. Financial Account, Add Transaction, Add Payment. Select above created invoice, fill in the amount and Process.
3. You get blank screen in return.
4. At the same time transaction is added to the Financial Account. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-17 16:11 | dmitry_mezentsev | New Issue | |
2011-05-17 16:11 | dmitry_mezentsev | Assigned To | => mirurita |
2011-05-17 16:11 | dmitry_mezentsev | Modules | => Core |
2011-05-17 16:11 | dmitry_mezentsev | OBNetwork customer | => No |
2011-05-17 16:21 | mirurita | Note Added: 0037093 | |
2011-05-17 16:24 | mirurita | Note Edited: 0037093 | bug_revision_view_page.php?bugnote_id=0037093#r2027 |
2011-05-17 16:26 | mirurita | Assigned To | mirurita => alostale |
2011-05-17 16:45 | hgbot | Checkin | |
2011-05-17 16:45 | hgbot | Note Added: 0037096 | |
2011-05-17 16:45 | hgbot | Status | new => resolved |
2011-05-17 16:45 | hgbot | Resolution | open => fixed |
2011-05-17 16:45 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e816adde00373e993820c8cd0effd126baa4ddc9 [^] |
2011-05-17 17:07 | hgbot | Checkin | |
2011-05-17 17:07 | hgbot | Note Added: 0037098 | |
2011-05-17 17:07 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/e816adde00373e993820c8cd0effd126baa4ddc9 [^] => http://code.openbravo.com/erp/devel/pi/rev/b36f5bc377f5a6bdf06dddd31e35e032d955c0a0 [^] |
2011-05-18 11:01 | dmitry_mezentsev | Note Added: 0037121 | |
2011-05-18 11:01 | dmitry_mezentsev | Status | resolved => closed |
2011-05-18 11:01 | dmitry_mezentsev | Fixed in Version | => 3.0RC7 |
2011-05-26 07:44 | hudsonbot | Checkin | |
2011-05-26 07:44 | hudsonbot | Note Added: 0037477 | |
2011-05-26 07:44 | hudsonbot | Checkin | |
2011-05-26 07:44 | hudsonbot | Note Added: 0037478 | |
Notes |
|
(0037093)
|
mirurita
|
2011-05-17 16:21
(edited on: 2011-05-17 16:24) |
|
The problem is in the JavaScript code in PopUp_Close_Refresh.html file.
In AddTransaction.java (line 236) the following xml template is called:
final XmlDocument xmlDocument = xmlEngine.readXmlTemplate(
"org/openbravo/base/secureApp/PopUp_Close_Refresh").createXmlDocument();
>function closeThisPage() {
> var refreshButton = opener.document.getElementById('buttonRefresh');
> if(refreshButton)
> refreshButton.onclick();
> top.close();
> return true;
>}
Error:
Uncaught TypeError: Cannot read property 'document' of null
closeThisPage
(anonymous function)
onload
|
|
|
(0037096)
|
hgbot
|
2011-05-17 16:45
|
|
Repository: erp/devel/pi
Changeset: e816adde00373e993820c8cd0effd126baa4ddc9
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue May 17 16:44:57 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e816adde00373e993820c8cd0effd126baa4ddc9 [^]
fixed bug 17204: Add Payment from Financial Account shows blank screen
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.html
M src/org/openbravo/base/secureApp/PopUp_Close_Refresh.html
---
|
|
|
(0037098)
|
hgbot
|
2011-05-17 17:07
|
|
|
|
|
|
|
|
|
|
|
|