From 69506a2741c08f1f849c9650bf3650a0f6a319f0 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 1 May 2006 11:43:09 +0000 Subject: [PATCH] fix bug with duplicate tickets showing up on customer view listing when the custom priority field was edited --- FS/FS/TicketSystem/RT_External.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/TicketSystem/RT_External.pm b/FS/FS/TicketSystem/RT_External.pm index d951cc0e7..667f0dc2d 100644 --- a/FS/FS/TicketSystem/RT_External.pm +++ b/FS/FS/TicketSystem/RT_External.pm @@ -109,6 +109,7 @@ sub _from_customer { ON ( tickets.id = ObjectCustomFieldValues.ObjectId )"; $where = " AND content = ? + AND disabled != 1 AND ObjectType = 'RT::Ticket' AND $customfield_sql"; -- 2.11.0