mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
The underlying problem was that the vendor object remained in infant state That confused the backend code so it used an sql INSERT statement instead of an UPDATE statement to write back the changes. As the object already existed in the db this would fail. The fix is to ensure the object doesn't remain in infant state during sql loading. See the bug report for a more detailed explanation.