From c01fc5e4571fd74b0f674d08385ff10f5567c91e Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Thu, 9 Jul 2009 15:06:43 +0000 Subject: [PATCH] FR [ 2819081 ] FactLine.getDocLine should be public https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2819081&group_id=176962 --- base/src/org/compiere/acct/FactLine.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base/src/org/compiere/acct/FactLine.java b/base/src/org/compiere/acct/FactLine.java index 6da07e2638..0e0a3d1f2b 100644 --- a/base/src/org/compiere/acct/FactLine.java +++ b/base/src/org/compiere/acct/FactLine.java @@ -50,6 +50,9 @@ import org.compiere.util.Env; *
  • BF [ 1745154 ] Cost in Reversing Material Related Docs * Bayu Sistematika - *
  • BF [ 2213252 ] Matching Inv-Receipt generated unproperly value for src amt + * Teo Sarca + *
  • FR [ 2819081 ] FactLine.getDocLine should be public + * https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2819081&group_id=176962 * */ public final class FactLine extends X_Fact_Acct @@ -414,7 +417,7 @@ public final class FactLine extends X_Fact_Acct * Get Document Line * @return doc line */ - protected DocLine getDocLine() + public DocLine getDocLine() { return m_docLine; } // getDocLine