Fixes Issue
26649:Wrong payment details when using credit but total amount to pay is negative
fixed bug
26836: Typo in Process Definition help
In the sentence: The legacy parameter windows could only contain one grid,
so the _selection and _allRows properties of the grid were directly ***accesible***
in the handler from the params object.Accessible word was mistyped.
Fixed issue
26990: Now 'Field Access' rules based on 'Role' work again
fixed bug
26968: jUnit test cases are failing because execution order in JDK7
Problem is some of these test cases rely the order each test is executed (based on method name) which
is not valid anymore. Solved the problem by forcing the required execution order.
fixed bug
26980: order is not kept when exporting to csv
When toggling sorting (asc-desc) in a FK property and grid is exported to csv,
sorting is not preserved.
The problem is caused by SC's ListGrid.getSortField which is returning null in
this situation. This fix prevents using this function using getSort which works
correctly.
Fixes issue
26953: the backend now redirects to the original referer
Fixes bug
26995 oustandingAmount is wrong calculated in done validation
Fixed issue
26984: 'Show Log' popup can be closed again
fixed issue
25392: Wrong customer balance when working with multicurrency
Related to issue
26696 : Backout changeset e3da458ad088
Backout all changes related to this issue.
The issue will be fixed completely on the server side, instead of having logic in both client and server.
Related to issue
26696 : Backout changeset 391fdc807c26
Related to issue
26696 : Backout changeset 4ccdae6e5989
Fixes issue
26666: wrong cost when more than one P+ and 0 quantity on WE
Fixes issue
0026985: Create shipment from orders does not show documents
from child organizations
Fixes bug
26983: It is possible to create and Complete a wrong Return Material Document
Fixed bug
26969: "There is a difference" field is not work as expected
Fixes Issue
26662:Return to Vendor Pick/edit should not filter by warehouses on hand
Fixes Issue
26696 : Adaptive filtering works properly
When performing local filtering, always compare with identifier as the grid contains only the id and identifier.