From d3fb20fc820eef7b0d06ea67ed8d72c3c387aa44 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 1 May 2006 11:45:42 +0000 Subject: [PATCH] column reference "disabled" is ambiguous --- FS/FS/TicketSystem/RT_External.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/TicketSystem/RT_External.pm b/FS/FS/TicketSystem/RT_External.pm index 667f0dc2d..ea3448039 100644 --- a/FS/FS/TicketSystem/RT_External.pm +++ b/FS/FS/TicketSystem/RT_External.pm @@ -109,7 +109,7 @@ sub _from_customer { ON ( tickets.id = ObjectCustomFieldValues.ObjectId )"; $where = " AND content = ? - AND disabled != 1 + AND ObjectCustomFieldValues.disabled != 1 AND ObjectType = 'RT::Ticket' AND $customfield_sql"; -- 2.20.1