change standard freight to 3% valid from July 2022

pull/1/head
Sascha Woitschetzki 2022-07-09 11:45:07 +07:00
parent 7d34899f15
commit 2f34812c2c
1 changed files with 1 additions and 1 deletions

@ -22,7 +22,7 @@ namespace Gremlin.MVVM.ViewModels
private int warranty = 12;
private int validity = 60;
private decimal vAT = 19;
private decimal freight = 1;
private decimal freight = 3;
private bool? showBrutto = true;
private bool? singlePrices = true;
private bool? attachBrochures;