Fix printing area and options step6

This commit is contained in:
2024-11-11 09:21:22 +09:00
parent 60337c6863
commit 0453494cca

View File

@ -1260,7 +1260,7 @@ class SumasenExcel:
self.current_sheet.firstFooter = self.template_sheet.firstFooter
# 用紙の向きと用紙サイズの検証
self._verify_page_setup()
self._verify_print_settings()
return {"status": True, "message": "Successfully copied template range"}