Commit e4d6e32a by Arturo Jasso Origel

se aumentaron los ticket sin evaluar a 10

parent 8f5a993d
......@@ -65,7 +65,7 @@ class PortalHelpdeskMorsa(PortalHelpdesk):
('priority_new','=',False)])
if len(unvalued_tickets) >= 3:
if len(unvalued_tickets) >= 10:
unvalued = []
for t in unvalued_tickets:
unvalued.append({'t_id': t.id, 't_name' : t.name})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment