IDEMPIERE-1546 fix problem with commit 3d09ee0 that made the field DocumentNo read-only
This commit is contained in:
parent
2fce02d02e
commit
4fab960043
|
@ -118,7 +118,7 @@ public class WPayPrint extends PayPrint implements IFormController, EventListene
|
||||||
{
|
{
|
||||||
log.log(Level.SEVERE, "", e);
|
log.log(Level.SEVERE, "", e);
|
||||||
}
|
}
|
||||||
} // init
|
} // WPayPrint
|
||||||
|
|
||||||
// Static Variables
|
// Static Variables
|
||||||
protected Panel centerPanel = new Panel();
|
protected Panel centerPanel = new Panel();
|
||||||
|
@ -234,8 +234,7 @@ public class WPayPrint extends PayPrint implements IFormController, EventListene
|
||||||
bExport.setDisabled(true);
|
bExport.setDisabled(true);
|
||||||
bPrint.setDisabled(true);
|
bPrint.setDisabled(true);
|
||||||
fDepositBatch.setReadWrite(false);
|
fDepositBatch.setReadWrite(false);
|
||||||
fDocumentNo.setReadWrite(false);
|
} // zkInit
|
||||||
} // VPayPrint
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dynamic Init
|
* Dynamic Init
|
||||||
|
|
Loading…
Reference in New Issue