[FIX] report: barcode controller: correct humanreadable handling
humanreadble arg comes as a string, so bool(0) was True. Cast it to int before.
Please register or sign in to comment
humanreadble arg comes as a string, so bool(0) was True. Cast it to int before.