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");
|
var canvas = document.createElement("canvas");
|
||||||
bwipjs.toCanvas(canvas, {
|
bwipjs.toCanvas(canvas, {
|
||||||
bcid: config.codeformat || "code39",
|
bcid: config.codeformat || "code39",
|
||||||
text: text,
|
text: `${text}`,
|
||||||
scale: 3,
|
scale: 3,
|
||||||
height: 10,
|
height: 10,
|
||||||
// width: 10,
|
// width: 10,
|
||||||
includetext: true,
|
includetext: false,
|
||||||
textxalign: "center",
|
textxalign: "center",
|
||||||
backgroundcolor: "ffffff",
|
backgroundcolor: "ffffff",
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user