Receipt-Wrangler / receipt-wrangler-api

Server for Receipt Wrangler
GNU Affero General Public License v3.0
83 stars 1 forks source link

Fix db locking on receipt update with items #234

Closed Noah231515 closed 3 months ago

Noah231515 commented 6 months ago

This happens when updating receipts with items, then changing the receipt status from open to draft, vice versa.

Workaround is to update the status first without any items, then add items

Noah231515 commented 3 months ago

Fixed in prior pr