Return VAT Rate for articles
This commit is contained in:
parent
1ae563654c
commit
7310954468
2 changed files with 16 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue