Return VAT Rate for articles

This commit is contained in:
Marcus Lindvall 2019-10-23 15:27:44 +02:00
parent 1ae563654c
commit 7310954468
2 changed files with 16 additions and 2 deletions

View file

@ -27,7 +27,7 @@ try:
meta.reflect(bind=db.raw.connection(),
only=['ar', 'ars', 'xae', 'xare', 'fr', 'kus', 'x1k',
'oh', 'orp', 'lp', 'vg', 'xp', 'xm', 'prh', 'prl',
'kp', 'kpw', 'cr', 'X4', 'xw'])
'kp', 'kpw', 'cr', 'X4', 'xw', 'X1'])
except OperationalError as e:
logger.error("Failed to read Jeeves DB structure")
raise e