Related to issue
20726: Improved fix in i18n getLabel function
Fixes issue
20684: Time fields are passed in UTC format
The problem was due to:
- Time fields were not being passed between client and server in UTC format
- When constructing a date based on a time (i.e. 10:00:00), the date used was 1970-01-01. This way, it was not possible to convert from UTC to local hour, because the DST offset depends
on the date.
It has been fixed by:
- Sending the time fields in UTC format. Upon receiving a time field, converting it to local time.
- Upon receiving a time field, creating a new date using todays date instead of 1970-01-01
: Enter commit message. Lines beginning with 'HG:' are removed.
Related to issue
19819: code review, use js compare method
Fixed bug
19819 Add logic to catch division by 0 in Add details
Add logic to catch division by 0 when change actual converted
in Add Details in Payment In window.
fixed bug
20589 JS and Java error trying to convert string in number
fixed bug
20647 Remove duplicated constraint
Fixed issue
20726: Removed implicit dependencies in i18n.ftl
Fixed issue
20523: Status bar buttons are not hided by the status bar fields.
css Overflow property has been set as hidden for the left size of the statusBar. When the status bar has too many fields they are hided and the next / prev / close buttons always are visible.
Fixed bug
20038: Cheli Pineda's contribution. Set taxamt/taxbaseamt fields in Create Lines From