open under Linux

pull/1/head
Sascha 2023-06-21 11:09:29 +07:00
parent 7232d9ee77
commit f0f8fe8360
2 changed files with 13 additions and 1 deletions

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.24.2",
"commands": [
"dotnet-csharpier"
]
}
}
}

@ -16,7 +16,7 @@ public partial class QuoteAdd {
private readonly CultureInfo cultureInfo = new("de-DE");
private const bool debug = true;
private IList<Contact> contacts = new List<Contact>();
private readonly IList<Contact> contacts = new List<Contact>();
private bool isCreatingPdf;
private bool isCreatingTex;
private bool lineItemsNotReady = true;