PR
Asked
hi, i have this error when i try to add new invoice, version is beta 11;
i note that it try to save due date from form in db invoices but there is no an attribute due data in this table
i note that it try to save due date from form in db invoices but there is no an attribute due data in this table
Attachments
- MSAnsweredHello,
Please try to run `php artisan migrate --force` and let me know if this resolves the issue.
Thank you - PRAnsweredI solved it by adding the "due_data" attribute in the database
- MSAnsweredHello,
The migration should add the due_date and another column. I will update these for new installtion in the next beta release.
Thank you - Login to Reply