Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0013990 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | minor | always | 2010-07-19 00:19 | 2010-09-13 12:38 | |||
Reporter | dalsasua | View Status | public | |||||
Assigned To | dalsasua | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 2.50MP21 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | b5302813e29a | |||
Projection | none | ETA | none | Target Version | pi | |||
OS | Linux 32 bit | Database | Oracle | Java version | 1.6.0_14 | |||
OS Version | Ubuntu 9.04 | Database version | 11.1.0.6.0 SE | Ant version | 1.7.1 | |||
Product Version | pi | SCM revision | 1d7eb9fc5c77 | |||||
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 | 0013990: DocInvoice should provide a getter for m_payments attribute | |||||||
Description | DocInvoice should provide a getter for m_payments attribute | |||||||
Proposed Solution | diff --git a/src/org/openbravo/erpCommon/ad_forms/DocInvoice.java b/src/org/openbravo/erpCommon/ad_forms/DocInvoice.java --- a/src/org/openbravo/erpCommon/ad_forms/DocInvoice.java +++ b/src/org/openbravo/erpCommon/ad_forms/DocInvoice.java @@ -34,6 +34,11 @@ DocTax[] m_taxes = null; DocLine_FinPaymentSchedule[] m_payments = null; + + public DocLine_FinPaymentSchedule[] getM_payments() { + return m_payments; + } + String SeqNo = "0"; /** | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0029374) hgbot (developer) 2010-07-19 00:20 |
Repository: erp/devel/pi Changeset: b5302813e29af70ec1c8f082f990fdcfd7669074 Author: David Alsasua <david.alsasua <at> openbravo.com> Date: Mon Jul 19 00:19:48 2010 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/b5302813e29af70ec1c8f082f990fdcfd7669074 [^] Fixes issue 13990: DocInvoice should provide a getter for m_payments --- M src/org/openbravo/erpCommon/ad_forms/DocInvoice.java --- |
(0029381) hudsonbot (viewer) 2010-07-19 10:03 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/b5302813e29a [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/38fa897a531e [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17892.obx [^] |
(0030138) psarobe (viewer) 2010-08-19 10:21 |
Code review done |
![]() |
|||
Date Modified | Username | Field | Change |
2010-07-19 00:19 | dalsasua | New Issue | |
2010-07-19 00:19 | dalsasua | Assigned To | => dalsasua |
2010-07-19 00:19 | dalsasua | OBNetwork customer | => No |
2010-07-19 00:20 | dalsasua | Status | new => scheduled |
2010-07-19 00:20 | dalsasua | fix_in_branch | => pi |
2010-07-19 00:20 | hgbot | Checkin | |
2010-07-19 00:20 | hgbot | Note Added: 0029374 | |
2010-07-19 00:20 | hgbot | Status | scheduled => resolved |
2010-07-19 00:20 | hgbot | Resolution | open => fixed |
2010-07-19 00:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b5302813e29af70ec1c8f082f990fdcfd7669074 [^] |
2010-07-19 10:03 | hudsonbot | Checkin | |
2010-07-19 10:03 | hudsonbot | Note Added: 0029381 | |
2010-08-19 10:21 | psarobe | Note Added: 0030138 | |
2010-08-19 10:21 | psarobe | Status | resolved => closed |
2010-08-19 10:21 | psarobe | Fixed in Version | => 2.50MP21 |
2010-09-13 12:38 | anonymous | sf_bug_id | 0 => 3065159 |
Copyright © 2000 - 2009 MantisBT Group |