IDEMPIERE-3720 Make more methods extensible changing variables from private to protected
This commit is contained in:
parent
74fd567062
commit
626261f80c
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue