On the database table used for the Add, Receive Item Label, quantity is shown with four decimal places, regardless of how many decimal places are used in the program. Thus, if you add that column to the label, the label will display those decimal places. I.e., for quantity 30, the label will show 30.0000.
To strip the digits after the decimal, in the Properties window for the object, click Format Value and enter # into the Format String box. If the object is a barcode, you will need to do the same thing for Format Caption.