You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
josephou
changed the title
Found incorrect function call in getDigit function for "msi" barcode type (jQuery barcode plugin)
Found incorrect function call in getDigit function for "msi" barcode type (jQuery barcode plugin 2.0.3)
Mar 7, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 = "";
},
Best Regards,
Joseph Ou
The text was updated successfully, but these errors were encountered: