mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
Allow to select if VAT should be included or not
This commit is contained in:
parent
d13752114c
commit
5e40519bc5
2 changed files with 20 additions and 7 deletions
2
.env
2
.env
|
@ -227,6 +227,8 @@ PROVIDER_REICHELT_ENABLED=0
|
|||
PROVIDER_REICHELT_COUNTRY=DE
|
||||
# The language to get results in (en, de, fr, nl, pl, it, es)
|
||||
PROVIDER_REICHELT_LANGUAGE=en
|
||||
# Include VAT in prices (set to 1 to include VAT, 0 to exclude VAT)
|
||||
PROVIDER_REICHELT_INCLUDE_VAT=1
|
||||
|
||||
##################################################################################
|
||||
# EDA integration related settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue