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
BOM Calculation in 20.0.X :
BOM Calculation in 19.0.X :
20.0.1
It seems that come from migration SQL value in database 19 -> 20 c_unit is Minutes whas "i" and now it "mn" And in some function we still using "i"
Function PHP (Date.lib)
The text was updated successfully, but these errors were encountered:
@eldy Why using the accronyme "mn" for minutes it is not allowed
https://fr.wikipedia.org/wiki/Syst%C3%A8me_international_d%27unit%C3%A9s
Sorry, something went wrong.
#31746
Thank @frederic34 but I still not undertanding this choice ?
#31755
See :
FHenry
nicolas-eoxia
No branches or pull requests
Bug
BOM Calculation in 20.0.X :
BOM Calculation in 19.0.X :
Dolibarr Version
20.0.1
Steps to reproduce the behavior and expected behavior
It seems that come from migration SQL value in database 19 -> 20
c_unit is Minutes whas "i" and now it "mn"
And in some function we still using "i"
Several things require revision like
Function PHP (Date.lib)
@eldy
The text was updated successfully, but these errors were encountered: