[Ticket] Manual entry flag for weights set to true even using the function keys

Issue No: SC-2685
Created 4/25/2019 4:54:45 PM
Type Bug-QC
Priority Major
Status Closed
Resolution Fixed
Fixed Version 18.3
Description Manual entry flag for weights set to true even using the function keys or clicking the button   STEPS:   1. Create new Scale Ticket   2. Use the scale simulator   3. Press the button or hotkey to get the Scale weight (Gross Weight)   4. Enter Tare Weight and click Save   ISSUE:   Use this query to check if ysnGrossManual and ysnTareManual values are correct   SELECT strTicketNumber,dblGrossWeight,ysnGrossManual,dblTareWeight,ysnTareManual, * FROM tblSCTicket WHERE strTicketNumber = '1293'     ysnGrossManual = 1   {color:#f1c40f}ysnTareManual = 1{color}     ACCEPTANCE:   if scale weight is manually entered then, ysnGrossManual = 0