barcode icon indicating copy to clipboard operation
barcode copied to clipboard

Found incorrect function call in getDigit function for "msi" barcode type (jQuery barcode plugin 2.0.3)

Open josephou opened this issue 9 years ago • 0 comments

Hi,

I am using the following version: BarCode Coder Library (BCC Library) Porting : jQuery barcode plugin Version : 2.0.3 Date : 2013-01-06

Found incorrect function call in getDigit function for "msi" barcode type, getDigit: function(code, crc){ var table = "0123456789"; var index = 0; var result = "";

    //code = this.compute(code, false);  // old code
    code = this.compute(code, crc);    // suggest the fix
    ...

},

Best Regards, Joseph Ou

josephou avatar Mar 07 '16 00:03 josephou