瀏覽代碼

fix: sider issue

version-14
Anupam 3 年之前
committed by Leela vadlamudi
父節點
當前提交
f10d2251e1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frappe/printing/doctype/network_printer_settings/network_printer_settings.py

+ 1
- 1
frappe/printing/doctype/network_printer_settings/network_printer_settings.py 查看文件

@@ -13,7 +13,7 @@ class NetworkPrinterSettings(Document):
import cups
except ImportError:
frappe.throw(_('''This feature can not be used as dependencies are missing.
Please contact your system manager to enable this by installing pycups!'''))
Please contact your system manager to enable this by installing pycups!'''))
return
try:
cups.setServer(self.server_ip)


Loading…
取消
儲存