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:
parent
1e0e18f804
commit
c01fc5e457
|
@ -50,6 +50,9 @@ import org.compiere.util.Env;
|
||||||
* <li>BF [ 1745154 ] Cost in Reversing Material Related Docs
|
* <li>BF [ 1745154 ] Cost in Reversing Material Related Docs
|
||||||
* Bayu Sistematika -
|
* Bayu Sistematika -
|
||||||
* <li>BF [ 2213252 ] Matching Inv-Receipt generated unproperly value for src amt
|
* <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
|
public final class FactLine extends X_Fact_Acct
|
||||||
|
@ -414,7 +417,7 @@ public final class FactLine extends X_Fact_Acct
|
||||||
* Get Document Line
|
* Get Document Line
|
||||||
* @return doc line
|
* @return doc line
|
||||||
*/
|
*/
|
||||||
protected DocLine getDocLine()
|
public DocLine getDocLine()
|
||||||
{
|
{
|
||||||
return m_docLine;
|
return m_docLine;
|
||||||
} // getDocLine
|
} // getDocLine
|
||||||
|
|
Loading…
Reference in New Issue