Fixes issue
30108: BP not shown in Payment In/Out Header in F&B client
Set ismandatory = Y to "Business Partner" accounting dimension for "AP Payment" and "AR Receipt" documents in FIN_Payment table in Dimension Mapping window.
Set show in header = Y to "Business Partner" accounting dimension for "AP Payment" and "AR Receipt" documents in Client window - Dimension tab in F&B client.
Fixes issue
30222: delete popup is not hidden under some circumstances
The problem was that if two or more records were selected and deleted, the records were deleted properly but the "Deleting..." popup is not hidden.
The user will not be able to interact with the window until he refreshes it. This happends when in a grid that contains a tree grid view
This happened when a grid contains a treegrid and this one is not open first. In that case this element "view.treeGrid.data.handleUpdate" has not been created yet.
To avoid the problem, it has added a condition that checks whether the properties have been started correctly and thus, if the properties can be accessed.
Fixes issue
30184: Wrong commission amount
In case of Basis Status = "Fully paid documents", select query should not have distinct clause, as each line will be retrieved as percentage of invoice line amount.
Fixes issue
30216: DatabaseVersionCheck should use commons.lang.StringUtils