-
Notifications
You must be signed in to change notification settings - Fork 0
Validate invoice before locking it #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I am getting |
|
Can't reproduce the |
|
Not me either. I guess this is good then. |
|
We should validate Fakturadato and Forfallsdato for 0000-00-00 |
…tons if any errors
Conflicts: modules/invoice/view/edit.php
|
The warning messages on top of page are printed twice. This didn't happen before. |
modules/invoice/view/record.inc
Outdated
| } | ||
|
|
||
| if($_lib['input']->getProperty('action_invoice_lock')) { | ||
| $invoice->init(array()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need this since we call init on line 119.
|
@stoivo The error duplication does not happen on my machine, you have to show me what happens. |
|
CustomerAccountPlanID is not loaded on first load of invoice edit page and so are the City, ZipCode and Name fields. Fix this. |
|
Fixed. |
Closes #111