Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013990 | Openbravo ERP | 09. Financial management | public | 2010-07-19 00:19 | 2010-09-13 12:38 |
Reporter | dalsasua | ||||
Assigned To | dalsasua | ||||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 20 | OS Version | Ubuntu 9.04 | |
Product Version | pi | ||||
Target Version | pi | Fixed in Version | 2.50MP21 | ||
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 | ||||
Steps To Reproduce | |||||
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"; /** | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|