Index: ssts-web/src/main/webapp/disinfectsystem/invoice/customInvoiceForm.js =================================================================== diff -u -r29285 -r29288 --- ssts-web/src/main/webapp/disinfectsystem/invoice/customInvoiceForm.js (.../customInvoiceForm.js) (revision 29285) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/customInvoiceForm.js (.../customInvoiceForm.js) (revision 29288) @@ -1278,12 +1278,7 @@ if(getSystemSetConfig('rememberLastInvoiceAssistantSender',false) && cookieAssistantSender){ top.Ext.getCmp('assistantSender').setValue(cookieAssistantSender); } - var currentHeight; - if(getSystemSetConfig('showInvoicePersonInCharge',true)){ - currentHeight = top.screen.height < 864 ? windowH : 700; - }else { - currentHeight = top.screen.height < 834 ? windowH-30 : 670; - } + var currentHeight = top.screen.height < 864 ? windowH : 700; var window = new top.Ext.Window( { id : 'recyclingApplicationWin', layout : 'fit',