wip: fix registration code
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f4d1c7b053
commit
51f8d0fb42
@ -641,11 +641,11 @@ function textToBase64Barcode(text) {
|
||||
var canvas = document.createElement("canvas");
|
||||
bwipjs.toCanvas(canvas, {
|
||||
bcid: config.codeformat || "code39",
|
||||
text: text,
|
||||
text: `${text}`,
|
||||
scale: 3,
|
||||
height: 10,
|
||||
// width: 10,
|
||||
includetext: true,
|
||||
includetext: false,
|
||||
textxalign: "center",
|
||||
backgroundcolor: "ffffff",
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user