We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 20.0.1
Hello,
I create a new bank account with 12 caracters as a Ref, like this And I cannot write more than 12 caracters
After creation I have
Then I edit again this account, but I'm able to write more than 12 caracters
And after modification I have this
Then I edit it again and I see that Ref is truncated to 12 caracters
In database, if I do > desc llx_bank_account; I see that ref is varchar(12)
So either Ref should be blocked to 12 caracters after editing, or it should be longer in the database but also blocked to a specific length
20.0.1
No response
The text was updated successfully, but these errors were encountered:
FIX Dolibarr#31365 Bank - Card - Ref haven't max length in edit mode
0ab6494
FIX #31365 Bank - Card - Ref haven't max length in edit mode (#31533)
57614cc
Hello Alexandre, Thank you. Is there any reason why the Ref is 12 characters "only" I tend to use power of 2, here I mean 16 (or 32)
Sorry, something went wrong.
No branches or pull requests
Bug
Version: 20.0.1
Hello,
I create a new bank account with 12 caracters as a Ref, like this
And I cannot write more than 12 caracters
After creation I have
Then I edit again this account, but I'm able to write more than 12 caracters
And after modification I have this
Then I edit it again and I see that Ref is truncated to 12 caracters
In database, if I do > desc llx_bank_account; I see that ref is varchar(12)
So either Ref should be blocked to 12 caracters after editing, or it should be longer in the database but also blocked to a specific length
Dolibarr Version
20.0.1
Environment PHP
No response
Environment Database
No response
Steps to reproduce the behavior and expected behavior
No response
Attached files
No response
The text was updated successfully, but these errors were encountered: