Parcourir la source

fix: sider issue

version-14
Anupam il y a 3 ans
committed by Leela vadlamudi
Parent
révision
f10d2251e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 Voir le fichier

@@ -13,7 +13,7 @@ class NetworkPrinterSettings(Document):
import cups import cups
except ImportError: except ImportError:
frappe.throw(_('''This feature can not be used as dependencies are missing. 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 return
try: try:
cups.setServer(self.server_ip) cups.setServer(self.server_ip)


Chargement…
Annuler
Enregistrer