Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js =================================================================== diff -u -r33436 -r33460 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 33436) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 33460) @@ -3196,8 +3196,8 @@ } ] }); - var showInvoiceAssistantSender = sstsConfig.showInvoiceAssistantSender; - var showInvoicePersonInCharge = sstsConfig.showInvoicePersonInCharge; + var showInvoiceAssistantSender = getSystemSetConfig('showInvoiceAssistantSender',true); + var showInvoicePersonInCharge = getSystemSetConfig('showInvoicePersonInCharge',true); var height = 730; if(showInvoiceAssistantSender || showInvoicePersonInCharge){ height += 40;