Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023270 | Openbravo ERP | 02. Master data management | public | 2013-03-08 14:30 | 2013-04-16 19:18 |
|
Reporter | gorka_gil | |
Assigned To | shankarb | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | No |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023270: Print more than one business partner fails with npe |
Description | The business partner print is a special popup servlet which exists a long time.
It does not really print the records but instead calculates statistics of a single business partner.
It seems to not work with more than one BP so either that should be changed. Or the print button should be disabled when more than one record is selected.
|
Steps To Reproduce | Go to business partner
Mark more than one line
Click print button in toolbar
Fails with null pointer exception |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-03-08 14:30 | gorka_gil | New Issue | |
2013-03-08 14:30 | gorka_gil | Assigned To | => dmiguelez |
2013-03-08 14:30 | gorka_gil | Web browser | => Google Chrome |
2013-03-08 14:30 | gorka_gil | Modules | => Core |
2013-03-08 14:30 | gorka_gil | OBNetwork customer | => No |
2013-03-08 14:30 | gorka_gil | Triggers an Emergency Pack | => No |
2013-04-10 04:09 | shankarb | Assigned To | dmiguelez => shankarb |
2013-04-10 12:34 | shankarb | Status | new => scheduled |
2013-04-10 12:34 | shankarb | fix_in_branch | => pi |
2013-04-10 13:03 | shankarb | Issue Monitored: AugustoMauch | |
2013-04-10 13:04 | shankarb | Review Assigned To | => AugustoMauch |
2013-04-10 13:04 | shankarb | Web browser | Google Chrome => Google Chrome |
2013-04-10 13:04 | shankarb | fix_in_branch | pi => |
2013-04-10 13:06 | hgbot | Checkin | |
2013-04-10 13:06 | hgbot | Note Added: 0057827 | |
2013-04-10 13:06 | hgbot | Status | scheduled => resolved |
2013-04-10 13:06 | hgbot | Resolution | open => fixed |
2013-04-10 13:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c64b432fa5abda179179d6c63eb7bb96e383bd10 [^] |
2013-04-10 13:49 | hgbot | Checkin | |
2013-04-10 13:49 | hgbot | Note Added: 0057829 | |
2013-04-11 15:36 | AugustoMauch | Note Added: 0057843 | |
2013-04-11 15:36 | AugustoMauch | Status | resolved => closed |
2013-04-16 19:18 | hudsonbot | Checkin | |
2013-04-16 19:18 | hudsonbot | Note Added: 0057957 | |
2013-04-16 19:18 | hudsonbot | Checkin | |
2013-04-16 19:18 | hudsonbot | Note Added: 0057958 | |
Notes |
|
(0057827)
|
hgbot
|
2013-04-10 13:06
|
|
Repository: erp/devel/pi
Changeset: c64b432fa5abda179179d6c63eb7bb96e383bd10
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Wed Apr 10 16:32:33 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/c64b432fa5abda179179d6c63eb7bb96e383bd10 [^]
Fixes Issue 0023270: Disallow printing more than one business partner
The Business partner print button provides statistics about the business partner transactions in a pop up and so handling multiple records are not allowed.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
---
|
|
|
(0057829)
|
hgbot
|
2013-04-10 13:49
|
|
Repository: erp/devel/pi
Changeset: 98618b94c5c219131e3d1f1773f0a4344cef31b2
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Wed Apr 10 17:17:12 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/98618b94c5c219131e3d1f1773f0a4344cef31b2 [^]
Related to Issue 23270 : Code Refactoring
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
---
|
|
|
|
Code reviewed and verified in pi@57cbb59b1aca |
|
|
|
|
|
|
|