MDW
MDW
Apparently you already had a look at the code. I would think that the problem is with the value provided to price2num to be converted using the option set to...
Ok, so this is an editable field which means it can be user input or it can be machine input in this specific case. Both are interpreted as user input...
The '$option' does not need to be '2', so when it is '2', this means that the input is localised. The issue would still appear when the floating number is...
FYI, the notices that are remaining: ``` src/uncrustify.cpp(1862): warning (nullPointerRedundantCheck): Either the condition 'ref=ref->GetPrev()' is redundant or there is possible null pointer dereference: ref. src/keywords.cpp(199): style (unsignedLessThanZero): Checking if unsigned...
The checks can already be enabled in the master branch because I've added suppressions to #4494 so that the github actions does not show a failure. This PR that re-enables...
1. > Currently, if we set a recurring date of 1 month and date is 30 septembre, next date should be 30 november because we want "every month". I am...
@eldy This fixes the issues resolved in ci, but I locally have a notice that is not reported in ci: Categerie::getNomUrl has a different signature resulting in multiple issues: ```plaintext...