Friday, August 25, 2023
1 change · master
Resolved issues and error corrections
This update corrects how certain screen display conditions are checked in the delivery bpost and payroll accounting areas. It helps ensure fields or options appear only when intended, reducing small interface errors for users.
Original PR description
There are some conditions in xml that uses `not in` for a check with a string. These are replaced by `!=` operator.