Skip to content

Commit

Permalink
Default 1 Etikett
Browse files Browse the repository at this point in the history
  • Loading branch information
knepper committed Jan 24, 2024
1 parent 4395653 commit 9dd29d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signaturenDruck/js/classes/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class Table {
input.max = 99
input.min = 1
input.name = 'printCount'
input.value = 2
input.value = 1
printCountCell.appendChild(input)
}
}
Expand Down

0 comments on commit 9dd29d2

Please sign in to comment.