IDEMPIERE-4712 : set MInvoice setReversal(boolean) method public (#598)

This commit is contained in:
Nicolas Micoud 2021-02-19 15:05:16 +01:00 committed by GitHub
parent 192354098c
commit a292fea5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ public class MInvoice extends X_C_Invoice implements DocAction
* Set Reversal
* @param reversal reversal
*/
private void setReversal(boolean reversal)
public void setReversal(boolean reversal)
{
m_reversal = reversal;
} // setReversal