Related to issue
22376: Prevent iframe tabs be frozen
if there is a cross-domain issue
Related to issue
23948: Method should be private, not be part of the API
Fixes issue
23999: Backout of changeset c0b047987095.
The issue is fixed again.
Fixes issue
24454: Datetime fields can be edited
The problem was that at one point the date format was being used to format a datetime value. Depending on the type of value (date or datetime), a different format needs to be used.
Fixes issue
24447: Adds index on m_transaction.m_productionline_id
Fixes Issue
0024428: Process order is not taking the text in the Help field
As in other standard processes, help comment is fetched in DocAction instead of description.
Fixes Issue
0023333: Direct link to view does not work when a filter is active
When the direct link url contains criteria, it is stored in the grid initial criteria in setView method.
In refreshContents, the initial criteria is removed before forming the criteria.
Added logic to remove it there is no additionalCriteria
Related to Issue
24429. Apply Code Review changes.
Fixes Issue
24280: Copy PO from PO - Line dimensions not correctly copied
Fixes Issue
24233: Create order in sales quotation is not calculating the discounts correctly
Fixes Issue
24429. In Customer Statement Report adds Initial Balance.
Fixes issue
24049: Campaign dimension is not showed in purchase invoice
Fixes issue
0024414: Make bigger Validation Code field into Auxiliary Input window
Increased size of code field in Auxillary input from 510 to 3000.
Fixes issue
24167: Campaign field is not displayed in g/l journal
Fixes issue
24193: Production cost is wrongly calculated
When there are overlapped dates in the costing entries of a used product, production cost is wrongly calculated
Fixes issue
24163: Global Use Products are wrongly distributed
Backed out issue
24414 : Backed out changeset 8959dc7233a8
Backout changeset as its fails API checks. Will push it once API change is approved.
Fixes issue
0024414: Make bigger Validation Code field into Auxiliary Input window
Increased size of code field in Auxillary input from 510 to 3000.
Fixes Issue
0022062: '<' character in sqllogic for computed columns
Escaped html characters in sql logic using StringEscapeUtils.
Fixes Issue
0023912: Start in new line does not work if previous field is more than one row.
In case the rowspan of the previous field is more than 1,
then appropriate spaces have been added based on the rowSpan and colSpan to make the fild start in new line.