[ 1774332 ] Public MInvoice.isReversal

This commit is contained in:
Carlos Ruiz 2008-07-14 19:19:19 +00:00
parent ea507e1577
commit 6a400a45bf
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ public class MInvoice extends X_C_Invoice implements DocAction
* Is Reversal * Is Reversal
* @return reversal * @return reversal
*/ */
private boolean isReversal() public boolean isReversal()
{ {
return m_reversal; return m_reversal;
} // isReversal } // isReversal