IDEMPIERE-1546 fix problem with commit 3d09ee0 that made the field DocumentNo read-only

This commit is contained in:
Carlos Ruiz 2018-08-03 11:07:45 +02:00
parent 2fce02d02e
commit 4fab960043
1 changed files with 2 additions and 3 deletions

View File

@ -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