Open stonylohr opened 3 years ago
April reports that she couldn't process the meal. It said something about the pantry.
select * from cohomeals_pantry_purchases where cal_meal_id=3128;
| cal_log_id | cal_food_id | cal_number_units | cal_total_price | cal_type | cal_timestamp | cal_purchase_date | cal_meal_id |
+------------+-------------+------------------+-----------------+----------+---------------------+-------------------+-------------+
| 9640 | 1 | 0.00 | 0 | 1 | 2021-08-01 22:21:51 | NULL | 3128 |
| 9641 | 2 | 170.00 | 170 | 1 | 2021-08-01 22:21:51 | NULL | 3128 |
delete from cohomeals_pantry_purchases where cal_meal_id=3128;
Hopefully that will do it...
The 2021/08/05 meal had somehow gotten set as processed and charged. I think I reversed that, but if there are any processing side effects other than the financial log entries, they'll still need to be cleaned up. Could you either confirm that I already did everything that's needed, or give even informal hints about where to look for anything remaining?
Here's approximately what I did...