Skip to content

Commit

Permalink
fix: use ',' as the decimal separator
Browse files Browse the repository at this point in the history
  • Loading branch information
lajp committed Sep 11, 2024
1 parent f044da6 commit 653473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/invoice.typ
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
} else if num_as_str.len() >= 2 {
rem = num_as_str.slice(-2)
}
whole_nums+"."+rem
whole_nums+","+rem
}

#set page(
Expand Down

0 comments on commit 653473b

Please sign in to comment.