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