Skip to content

Fatal error when leaving budgeted amount blank #3425

Closed

Description

If you click on "Set budgeted amount" leaving the amount blank, it gives a fatal error.
image

"SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: budget_limits.amount (SQL: insert into "budget_limits" ("budget_id", "transaction_currency_id", "start_date", "end_date", "amount", "updated_at", "created_at") values (3, 7, 2020-06-01 00:00:00, 2020-06-30 00:00:00, ?, 2020-06-03 19:10:59, 2020-06-03 19:10:59))"

Looks like there's no validation for that field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    fixedBugs that are fixed (in a coming release).

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions