Refs #250 -- Keep payment deadlines on weekdays

This commit is contained in:
Raphael Michel
2016-09-25 12:18:17 +02:00
parent 79e1b6cb83
commit 48791b2f02
5 changed files with 45 additions and 8 deletions

View File

@@ -53,6 +53,10 @@ DEFAULTS = {
'default': None,
'type': datetime,
},
'payment_term_weekdays': {
'default': 'True',
'type': bool
},
'payment_term_expire_automatically': {
'default': 'True',
'type': bool