FR [ 2819081 ] FactLine.getDocLine should be public

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2819081&group_id=176962
This commit is contained in:
teo_sarca 2009-07-09 15:06:43 +00:00
parent 1e0e18f804
commit c01fc5e457
1 changed files with 4 additions and 1 deletions

View File

@ -50,6 +50,9 @@ import org.compiere.util.Env;
* <li>BF [ 1745154 ] Cost in Reversing Material Related Docs
* Bayu Sistematika -
* <li>BF [ 2213252 ] Matching Inv-Receipt generated unproperly value for src amt
* Teo Sarca
* <li>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