[ 1774332 ] Public MInvoice.isReversal
This commit is contained in:
parent
ea507e1577
commit
6a400a45bf
|
@ -764,7 +764,7 @@ public class MInvoice extends X_C_Invoice implements DocAction
|
|||
* Is Reversal
|
||||
* @return reversal
|
||||
*/
|
||||
private boolean isReversal()
|
||||
public boolean isReversal()
|
||||
{
|
||||
return m_reversal;
|
||||
} // isReversal
|
||||
|
|
Loading…
Reference in New Issue