- Issue created by @w01f
This is a bug arising from a moment when I moved the decimal places in the database.
I fixed it in give.install function give_update_9001() which replaces the amount field.
Is it possible you forgot to run the updates?- πΊπΈUnited States w01f
Hi matslats, I'm currently using version beta3. Is this fix in the dev version (even though it's older)?
function give_update_9001 is present in file give.install in beta3
I don't know under exactly what conditions that function would run when you run update.php - maybe if you upgraded from beta2 to drupal10 the system would miss it. Maybe it is good practice to update to the latest version of all modules before doing the core upgrade.
Anyway if you have devel_php module you can copy the code from that function and run it in the devel box.
Hope that helps.- πΊπΈUnited States w01f
I don't have the devel_php module. If I uninstall and reinstall the module - would that ensure capturing that decimal places change in the database?