Actions
Bug #8676
closed[J4] Saving a plan with empty price causes SQL error
Description
If the price is set to empty string it results in the following SQL error.
1366 Incorrect decimal value: '' for column 'rate' at row 1
Likely due to SQL being in strict mode now so it's not converted to 0.
Actions