Page MenuHomePhabricator

74 contributions not visible in the UI
Closed, ResolvedPublic

Description

I discovered that this query returns 74 results

MariaDB [dev_civicrm]> SELECT COUNT(*) FROM civicrm_line_item WHERE financial_type_id IS NULL;
+----------+

COUNT(*)

+----------+

74

+----------+

The one I investigated was for 12.93 in Dec 2006 for contact 289721 and is not visible in the UI - I am pretty sure it's because of the missing financial type. The most recent is 2014-08-21 14:07:53 ($7.71 against contact 6724808) - That one IS visible in the UI so perhaps the scope is less but I should figure out & tidy up

Event Timeline

Eileenmcnaughton claimed this task.
Eileenmcnaughton raised the priority of this task from to Needs Triage.
Eileenmcnaughton updated the task description. (Show Details)
Eileenmcnaughton subscribed.

This task has been assigned to the same task owner for more than two years. Resetting task assignee due to inactivity, to decrease task cookie-licking and to get a slightly more realistic overview of plans. Please feel free to assign this task to yourself again if you still realistically work or plan to work on this task - it would be welcome!

For tips how to manage individual work in Phabricator (noisy notifications, lists of task, etc.), see https://phabricator.wikimedia.org/T228575#6237124 for available options.
(For the records, two emails were sent to assignee addresses before resetting assignees. See T228575 for more info and for potential feedback. Thanks!)

Eileenmcnaughton claimed this task.

Same query returns zero rows now