Fixes Issue
0022794: Sorting criteria not working in business partner selector
The order by clause did not find the match for the field if it has a minus before it.
Modified the getSortBy method to accomodate the same.
Fixes issue
22850: Impossible creating Refund Payment refunding credit amount.
Fixed bug
22842 Show the date when the entries have different Acctdate in JER
Related to issue
22801: Refactors fix to prevent regression
The fix has been refactored, because the previous approach was causing a regression. Now, the mapValueToDisplay will only be used if the newValue is an UUID, and that function will not be used in the filterDataBoundPickList function (it was not needed).
Fixes issue
22801: ID of product not shown if the full product name is entered
The problem was that in the changed function the setElementValue was being called passing newValue as an argument. If the product name is not entered completely, then newValue will be the incomplete name and nothing wrong will happen. The problem is that if the full name is entered, newValue is the product ID, and when it is passed as an argument to setElementValue it is shown as is.
This has been fixed by passing the newValue to the mapValueToDisplay function. If newValue is a partial name the function will return the partial name, and if newValue is the product ID, it will return the product full name.
Fixes issue
22727: Status bar fields are shown even with a default saved view
Before the fix, the hiddeninform property was used in the statusbar fields personalization to decide if they should be shown. But this property was set to true for all statusbar fields to prevent them from showing in the form, so this check has been removed.
Fixes issue
22472: NPE error launching the valued stock report.
Related to issue
22802.Fix dbconsistency issue.
Fixes bug
22605: If personalization type is 'Window', window field is mandatory
An Event Handler has been added to check that if a personalization type is 'Window', the window field cannot be null. If the personalization type is 'Tab' then the window field can be null.
Fixed issue
22802.Improved management of pre-reservations.
Fixes Issue
22285: The "Org Schema" tab must be renamed as "General Ledgers"
Fixes Issue
0022582: Issue in handling submit with filtered records
In Pick and Execute windows the allRows property does not return anything if the grid is filtered.
Modified ob-parameter-window-view.js to also take into account localData in case the grid data is not available (as suggested in the issue).
Fixes Issue
22358: Not able to create payment for Zero Amount
Fixes Issue
22743: Performance issue in the ERP
Fixed bug
22842 Show the date when the entries have different Acctdate in JER
Fixed Issue
0022843: Missing Synchronize Terminology and export
Fixes issue
22762: Balance Sheet and P/L Structure Report does not filter by readable organizations
Related to issue
22644. Login process will now work correctly with Autologin