details: /erp/devel/main/rev/b5302813e29a
changeset: 7930:b5302813e29a
user: David Alsasua <david.alsasua <at> openbravo.com>
date: Mon Jul 19 00:19:48 2010 +0200
summary: Fixes issue 13990: DocInvoice should provide a getter for m_payments
details: /erp/devel/main/rev/66bb1219f796
changeset: 7931:66bb1219f796
user: RM packaging bot <staff.rm <at> openbravo.com>
date: Mon Jul 19 08:02:55 2010 +0000
summary: CI: promote changesets from pi to main
details: /erp/devel/main/rev/38fa897a531e
changeset: 7932:38fa897a531e
user: RM packaging bot <staff.rm <at> openbravo.com>
date: Mon Jul 19 08:02:55 2010 +0000
summary: CI: update AD_MODULE - Core version and label
diffstat:
src-db/database/sourcedata/AD_MODULE.xml | 4 ++--
src/org/openbravo/erpCommon/ad_forms/DocInvoice.java | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 1d7eb9fc5c77 -r 38fa897a531e src-db/database/sourcedata/AD_MODULE.xml
--- a/src-db/database/sourcedata/AD_MODULE.xml Fri Jul 16 14:33:41 2010 +0200
+++ b/src-db/database/sourcedata/AD_MODULE.xml Mon Jul 19 08:02:55 2010 +0000
@@ -6,7 +6,7 @@
<!--0--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID>
<!--0--> <ISACTIVE><![CDATA[Y]]></ISACTIVE>
<!--0--> <NAME><![CDATA[core]]></NAME>
-<!--0--> <VERSION><![CDATA[2.50.17732]]></VERSION>
+<!--0--> <VERSION><![CDATA[2.50.17931]]></VERSION>
<!--0--> <DESCRIPTION><![CDATA[Core module is the base one]]></DESCRIPTION>
<!--0--> <HELP><![CDATA[Core module is the base one, all developments in core
are included as part of the standard Openbravo ERP.]]></HELP>
<!--0--> <URL><![CDATA[www.openbravo.com]]></URL>
@@ -22,7 +22,7 @@
<!--0--> <ISTRANSLATIONMODULE><![CDATA[N]]></ISTRANSLATIONMODULE>
<!--0--> <HASREFERENCEDATA><![CDATA[Y]]></HASREFERENCEDATA>
<!--0--> <REFERENCEDATAINFO><![CDATA[Standard document types for orders,
invoices, etc. and settings]]></REFERENCEDATAINFO>
-<!--0--> <VERSION_LABEL><![CDATA[dev]]></VERSION_LABEL>
+<!--0--> <VERSION_LABEL><![CDATA[CI]]></VERSION_LABEL>
<!--0--> <ISCOMMERCIAL><![CDATA[N]]></ISCOMMERCIAL>
<!--0--></AD_MODULE>
diff -r 1d7eb9fc5c77 -r 38fa897a531e
src/org/openbravo/erpCommon/ad_forms/DocInvoice.java
--- a/src/org/openbravo/erpCommon/ad_forms/DocInvoice.java Fri Jul 16
14:33:41 2010 +0200
+++ b/src/org/openbravo/erpCommon/ad_forms/DocInvoice.java Mon Jul 19
08:02:55 2010 +0000
@@ -34,6 +34,11 @@
DocTax[] m_taxes = null;
DocLine_FinPaymentSchedule[] m_payments = null;
+
+ public DocLine_FinPaymentSchedule[] getM_payments() {
+ return m_payments;
+ }
+
String SeqNo = "0";
/**
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits