Skip to content

Commit

Permalink
Update how-to-create-a-complete-qr-bill.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stingelin authored Feb 26, 2024
1 parent e833eec commit e97c227
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/how-to-create-a-complete-qr-bill.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const table = new Table({
width: mm2pt(30)
}
],
font: "Helvetica-Bold",
fontName: "Helvetica-Bold",
height: 20,
padding: 5,
textColor: "#fff",
Expand Down Expand Up @@ -278,10 +278,10 @@ const table = new Table({
text: "",
width: mm2pt(20)
}, {
font: "Helvetica-Bold",
fontName: "Helvetica-Bold",
text: "Summe"
}, {
font: "Helvetica-Bold",
fontName: "Helvetica-Bold",
text: "CHF 2'420.00",
width: mm2pt(30)
}
Expand Down Expand Up @@ -329,10 +329,10 @@ const table = new Table({
text: "",
width: mm2pt(20)
}, {
font: "Helvetica-Bold",
fontName: "Helvetica-Bold",
text: "Rechnungstotal"
}, {
font: "Helvetica-Bold",
fontName: "Helvetica-Bold",
text: "CHF 2'606.35",
width: mm2pt(30)
}
Expand Down

0 comments on commit e97c227

Please sign in to comment.