diff options
author | ivan <ivan> | 2006-05-01 11:45:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-05-01 11:45:42 +0000 |
commit | d3fb20fc820eef7b0d06ea67ed8d72c3c387aa44 (patch) | |
tree | c5b2f0af78b14b1fa2f68ae698bd8d1e7492a52f | |
parent | 69506a2741c08f1f849c9650bf3650a0f6a319f0 (diff) |
column reference "disabled" is ambiguous
-rw-r--r-- | FS/FS/TicketSystem/RT_External.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |