cicsdev / cics-nodejs-invoke

Sample Node.js application that uses the invoke API from the ibm-cics-api module to call COBOL programs included in the CICS® catalog manager
Apache License 2.0
6 stars 10 forks source link

Fix display of prices #4

Closed markcocker closed 5 years ago

markcocker commented 5 years ago

When viewing an item, the price is returned from the host as a string. The first two leading characters were removed. This caused "025.99" to be displayed as "5.99".