View | Details | Raw Unified | Return to bug 17548 | Differences between
and this patch

Collapse All | Expand All

(-)cups-printers.py (-1 / +1 lines)
 Lines 110-116    Link Here 
110
	if new:
110
	if new:
111
		if 'univentionPrinterGroup' in new.get('objectClass', ()):
111
		if 'univentionPrinterGroup' in new.get('objectClass', ()):
112
			printer_is_group = True
112
			printer_is_group = True
113
		if new.get('univentionPrinterQuotaSupport', EMPTY) == "1":
113
		if new.get('univentionPrinterQuotaSupport', EMPTY)[0] == "1":
114
			quota_support = True
114
			quota_support = True
115
		else:
115
		else:
116
			quota_support = False
116
			quota_support = False

Return to bug 17548