IDEMPIERE-3720 Make more methods extensible changing variables from private to protected

This commit is contained in:
Carlos Ruiz 2018-05-28 16:51:08 +02:00
parent 74fd567062
commit 626261f80c
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@ import org.compiere.util.Msg;
public abstract class CreateFromShipment extends CreateFrom
{
/** Loaded Invoice */
private MInvoice m_invoice = null;
protected MInvoice m_invoice = null;
/** Loaded RMA */
private MRMA m_rma = null;
protected MRMA m_rma = null;
private int defaultLocator_ID=0;
/**